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

What is Unicode character 𮟁?

The Unicode character 𮟁 U+2E7C1 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+2E7C1.

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!