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

What is Unicode character 𮨎?

The Unicode character 𮨎 U+2EA0E 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+2EA0E.

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!