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

What is Unicode character 𪰎?

The Unicode character 𪰎 U+2AC0E 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+2AC0E.

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!