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

What is Unicode character 𬆸?

The Unicode character 𬆸 U+2C1B8 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+2C1B8.

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!