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

What is Unicode character 𮟢?

The Unicode character 𮟢 U+2E7E2 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+2E7E2.

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!