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

What is Unicode character 𢕢?

The Unicode character 𢕢 U+22562 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+22562.

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!