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

What is Unicode character 𪨡?

The Unicode character 𪨡 U+2AA21 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+2AA21.

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!