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

What is Unicode character 𡀢?

The Unicode character 𡀢 U+21022 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+21022.

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!