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

What is Unicode character 𬃘?

The Unicode character 𬃘 U+2C0D8 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+2C0D8.

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!