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

What is Unicode character 𢕷?

The Unicode character 𢕷 U+22577 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+22577.

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!