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

What is Unicode character 𡕰?

The Unicode character 𡕰 U+21570 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+21570.

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!