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

What is Unicode character 𬃂?

The Unicode character 𬃂 U+2C0C2 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+2C0C2.

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!