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

What is Unicode character 𫲺?

The Unicode character 𫲺 U+2BCBA 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+2BCBA.

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!