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

What is Unicode character 𮨢?

The Unicode character 𮨢 U+2EA22 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+2EA22.

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!