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

What is Unicode character 𮟍?

The Unicode character 𮟍 U+2E7CD 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+2E7CD.

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!