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

What is Unicode character 𬃪?

The Unicode character 𬃪 U+2C0EA 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+2C0EA.

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!