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

What is Unicode character 𬃬?

The Unicode character 𬃬 U+2C0EC 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+2C0EC.

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!