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>&#173946;</p>
📋
CSS .selector { content: '\2A77A' };
📋
JS var unicodeA = '\u2A77A ';
📋
CPP char unicodeA = ' \u2A77A ';
📋
Java char unicodeA = '\u2A77A';
📋
Python unicodeA = '\u2A77A'
📋

What is Unicode character 𪝺?

The Unicode character 𪝺 U+2A77A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A77A.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!