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

What is Unicode character 𮨅?

The Unicode character 𮨅 U+2EA05 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+2EA05.

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!