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

What is Unicode character 𬃕?

The Unicode character 𬃕 U+2C0D5 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+2C0D5.

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!