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

What is Unicode character 𬃟?

The Unicode character 𬃟 U+2C0DF 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+2C0DF.

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!