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

What is Unicode character 𢲝?

The Unicode character 𢲝 U+22C9D 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+22C9D.

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!