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

What is Unicode character 𮃎?

The Unicode character 𮃎 U+2E0CE 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+2E0CE.

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!