Css Styling

Size
𰔁
15px
𰔁
18px
𰔁
21px
𰔁
24px
𰔁
27px
𰔁
30px
𰔁
33px
𰔁
36px
𰔁
42px
𰔁
48px
𰔁
54px
𰔁
60px
𰔁
66px
𰔁
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𰔁
Bold
𰔁
Italic
𰔁
Underline
𰔁
Strikethrough
𰔁
UpperCase
𰔁
LowerCase
𰔁
Oblique
A 𰔁
Subscript
A 𰔁
Superscript
𰔁
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𰔁
Arial
𰔁
Times New Roman
𰔁
Verdana
𰔁
Courier New
𰔁
Garamond
𰔁
Georgia
𰔁
Trebuchet MS
𰔁
Tahoma
𰔁
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𰔁
White
𰔁
Brown
𰔁
Maroon
𰔁
Magenta
𰔁
Red
𰔁
Orange
𰔁
Yellow
𰔁
Green
𰔁
Teal
𰔁
Cyan
𰔁
Blue
𰔁
Violet
𰔁
Purple
𰔁
Indigo
𰔁
Gray
𰔁
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𰔁
White
𰔁
Brown
𰔁
Maroon
𰔁
Magenta
𰔁
Red
𰔁
Orange
𰔁
Yellow
𰔁
Green
𰔁
Teal
𰔁
Cyan
𰔁
Blue
𰔁
Violet
𰔁
Purple
𰔁
Indigo
𰔁
Gray
𰔁
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#197889;</p>
📋
CSS .selector { content: '\30501' };
📋
JS var unicodeA = '\u30501 ';
📋
CPP char unicodeA = ' \u30501 ';
📋
Java char unicodeA = '\u30501';
📋
Python unicodeA = '\u30501'
📋

What is Unicode character 𰔁?

The Unicode character 𰔁 U+30501 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G block.

What does the Unicode character 𰔁 represent?

The Unicode character 𰔁 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𰔁?

The Unicode code point for 𰔁 is U+30501.

Is the appearance of the 𰔁 character consistent across all platforms?

The appearance of the 𰔁 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𰔁 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𰔁 character.

In which version was Unicode character 𰔁 released, and to which block of characters does it belong?

Unicode character 𰔁 was first introduced in Unicode Version 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!