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

What is Unicode character 𡡲?

The Unicode character 𡡲 U+21872 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+21872.

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!