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

What is Unicode character 𢳙?

The Unicode character 𢳙 U+22CD9 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+22CD9.

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!