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

What is Unicode character 𫺍?

The Unicode character 𫺍 U+2BE8D 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+2BE8D.

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!