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

What is Unicode character 𮨃?

The Unicode character 𮨃 U+2EA03 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+2EA03.

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!