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

What is Unicode character 𡦁?

The Unicode character 𡦁 U+21981 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+21981.

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!