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

What is Unicode character 𬃄?

The Unicode character 𬃄 U+2C0C4 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+2C0C4.

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!