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

What is Unicode character 𪨢?

The Unicode character 𪨢 U+2AA22 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+2AA22.

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!