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

What is Unicode character 𫺬?

The Unicode character 𫺬 U+2BEAC 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+2BEAC.

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!