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

What is Unicode character 𬆲?

The Unicode character 𬆲 U+2C1B2 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+2C1B2.

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!