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

What is Unicode character 𫺵?

The Unicode character 𫺵 U+2BEB5 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+2BEB5.

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!