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

What is Unicode character 𬆶?

The Unicode character 𬆶 U+2C1B6 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+2C1B6.

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!