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

What is Unicode character 𮟪?

The Unicode character 𮟪 U+2E7EA 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+2E7EA.

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!