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

What is Unicode character 𪨎?

The Unicode character 𪨎 U+2AA0E 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+2AA0E.

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!