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

What is Unicode character 𮐎?

The Unicode character 𮐎 U+2E40E 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+2E40E.

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!