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

What is Unicode character 𬲌?

The Unicode character 𬲌 U+2CC8C 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+2CC8C.

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!