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

What is Unicode character 𬃎?

The Unicode character 𬃎 U+2C0CE 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+2C0CE.

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!