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

What is Unicode character 𢙓?

The Unicode character 𢙓 U+22653 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+22653.

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!