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

What is Unicode character 𡢁?

The Unicode character 𡢁 U+21881 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+21881.

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!