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

What is Unicode character 𢕲?

The Unicode character 𢕲 U+22572 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+22572.

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!