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

What is Unicode character 𪨍?

The Unicode character 𪨍 U+2AA0D 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+2AA0D.

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!