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

What is Unicode character 𮟣?

The Unicode character 𮟣 U+2E7E3 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+2E7E3.

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!