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

What is Unicode character 𮨀?

The Unicode character 𮨀 U+2EA00 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+2EA00.

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!