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

What is Unicode character 𢀀?

The Unicode character 𢀀 U+22000 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+22000.

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!