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

What is Unicode character 𢀁?

The Unicode character 𢀁 U+22001 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+22001.

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!