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

What is Unicode character 𮃬?

The Unicode character 𮃬 U+2E0EC 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+2E0EC.

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!