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>&#143010;</p>
📋
CSS .selector { content: '\22EA2' };
📋
JS var unicodeA = '\u22EA2 ';
📋
CPP char unicodeA = ' \u22EA2 ';
📋
Java char unicodeA = '\u22EA2';
📋
Python unicodeA = '\u22EA2'
📋

What is Unicode character 𢺢?

The Unicode character 𢺢 U+22EA2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22EA2.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!