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

What is Unicode character 𬆾?

The Unicode character 𬆾 U+2C1BE 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+2C1BE.

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!