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

What is Unicode character 𨈢?

The Unicode character 𨈢 U+28222 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+28222.

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!