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

What is Unicode character 𡨁?

The Unicode character 𡨁 U+21A01 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+21A01.

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!