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

What is Unicode character 𮟡?

The Unicode character 𮟡 U+2E7E1 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+2E7E1.

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!