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

What is Unicode character 𪺨?

The Unicode character 𪺨 U+2AEA8 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+2AEA8.

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!