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

What is Unicode character 𬆻?

The Unicode character 𬆻 U+2C1BB 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+2C1BB.

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!