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

What is Unicode character 𪨑?

The Unicode character 𪨑 U+2AA11 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+2AA11.

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!