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

What is Unicode character 𪺎?

The Unicode character 𪺎 U+2AE8E 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+2AE8E.

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!