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

What is Unicode character 𢬁?

The Unicode character 𢬁 U+22B01 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+22B01.

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!