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

What is Unicode character 𮨈?

The Unicode character 𮨈 U+2EA08 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+2EA08.

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!