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

What is Unicode character 𪀎?

The Unicode character 𪀎 U+2A00E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A00E.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!