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

What is Unicode character 𫹖?

The Unicode character 𫹖 U+2BE56 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+2BE56.

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!