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

What is Unicode character 𪹲?

The Unicode character 𪹲 U+2AE72 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+2AE72.

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!