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

What is Unicode character 𨀢?

The Unicode character 𨀢 U+28022 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+28022.

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!