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

What is Unicode character 𬆺?

The Unicode character 𬆺 U+2C1BA 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+2C1BA.

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!