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

What is Unicode character 𡬡?

The Unicode character 𡬡 U+21B21 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+21B21.

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!