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

What is Unicode character 𡊁?

The Unicode character 𡊁 U+21281 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+21281.

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!