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

What is Unicode character 𢕰?

The Unicode character 𢕰 U+22570 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+22570.

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!