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

What is Unicode character 𮃀?

The Unicode character 𮃀 U+2E0C0 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+2E0C0.

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!