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

What is Unicode character 𪨀?

The Unicode character 𪨀 U+2AA00 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+2AA00.

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!