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

What is Unicode character 𮟘?

The Unicode character 𮟘 U+2E7D8 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+2E7D8.

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!