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

What is Unicode character 𬃚?

The Unicode character 𬃚 U+2C0DA 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+2C0DA.

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!