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

What is Unicode character 𢅓?

The Unicode character 𢅓 U+22153 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+22153.

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!