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

What is Unicode character 𬃨?

The Unicode character 𬃨 U+2C0E8 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+2C0E8.

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!