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

What is Unicode character 𪺬?

The Unicode character 𪺬 U+2AEAC 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+2AEAC.

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!