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

What is Unicode character 𢲪?

The Unicode character 𢲪 U+22CAA 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+22CAA.

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!