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

What is Unicode character 𡬁?

The Unicode character 𡬁 U+21B01 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+21B01.

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!