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

What is Unicode character 𬃡?

The Unicode character 𬃡 U+2C0E1 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+2C0E1.

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!