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

What is Unicode character 𮟅?

The Unicode character 𮟅 U+2E7C5 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+2E7C5.

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!