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

What is Unicode character 𢕓?

The Unicode character 𢕓 U+22553 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+22553.

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!