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

What is Unicode character 𬰬?

The Unicode character 𬰬 U+2CC2C 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+2CC2C.

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!