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

What is Unicode character 𢈁?

The Unicode character 𢈁 U+22201 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+22201.

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!