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

What is Unicode character 𮨺?

The Unicode character 𮨺 U+2EA3A 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+2EA3A.

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!