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

What is Unicode character 𮟈?

The Unicode character 𮟈 U+2E7C8 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+2E7C8.

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!