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

What is Unicode character 𬊠?

The Unicode character 𬊠 U+2C2A0 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+2C2A0.

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!