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

What is Unicode character 𫯬?

The Unicode character 𫯬 U+2BBEC 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+2BBEC.

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!