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

What is Unicode character 𮟨?

The Unicode character 𮟨 U+2E7E8 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+2E7E8.

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!