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

What is Unicode character 𢐁?

The Unicode character 𢐁 U+22401 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+22401.

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!