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

What is Unicode character 𬂡?

The Unicode character 𬂡 U+2C0A1 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+2C0A1.

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!