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

What is Unicode character 𬃒?

The Unicode character 𬃒 U+2C0D2 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+2C0D2.

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!