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

What is Unicode character 𬃜?

The Unicode character 𬃜 U+2C0DC 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+2C0DC.

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!