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

What is Unicode character 𪨬?

The Unicode character 𪨬 U+2AA2C 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+2AA2C.

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!