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

What is Unicode character 𬰢?

The Unicode character 𬰢 U+2CC22 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2CC22.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!