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

What is Unicode character 𢀡?

The Unicode character 𢀡 U+22021 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+22021.

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!