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

What is Unicode character 𬂢?

The Unicode character 𬂢 U+2C0A2 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+2C0A2.

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!