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

What is Unicode character 𬃌?

The Unicode character 𬃌 U+2C0CC 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+2C0CC.

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!