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

What is Unicode character 𪺼?

The Unicode character 𪺼 U+2AEBC 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+2AEBC.

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!