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

What is Unicode character 𮟊?

The Unicode character 𮟊 U+2E7CA 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+2E7CA.

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!