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

What is Unicode character 𬃓?

The Unicode character 𬃓 U+2C0D3 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+2C0D3.

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!