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

What is Unicode character 𮟄?

The Unicode character 𮟄 U+2E7C4 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+2E7C4.

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!