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

What is Unicode character 𮟀?

The Unicode character 𮟀 U+2E7C0 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+2E7C0.

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!