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

What is Unicode character 𮟎?

The Unicode character 𮟎 U+2E7CE 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+2E7CE.

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!