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

What is Unicode character 𬊢?

The Unicode character 𬊢 U+2C2A2 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+2C2A2.

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!