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

What is Unicode character 𬃍?

The Unicode character 𬃍 U+2C0CD 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+2C0CD.

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!