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

What is Unicode character 𮟬?

The Unicode character 𮟬 U+2E7EC 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+2E7EC.

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!