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

What is Unicode character 𮃃?

The Unicode character 𮃃 U+2E0C3 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+2E0C3.

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!