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

What is Unicode character 𢲜?

The Unicode character 𢲜 U+22C9C 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+22C9C.

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!