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

What is Unicode character 𡕲?

The Unicode character 𡕲 U+21572 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+21572.

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!