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

What is Unicode character 𮀎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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