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

What is Unicode character 𮟌?

The Unicode character 𮟌 U+2E7CC 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+2E7CC.

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!