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

What is Unicode character 𬆢?

The Unicode character 𬆢 U+2C1A2 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+2C1A2.

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!