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

What is Unicode character 𬃣?

The Unicode character 𬃣 U+2C0E3 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+2C0E3.

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!