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

What is Unicode character 𬃃?

The Unicode character 𬃃 U+2C0C3 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+2C0C3.

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!