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

What is Unicode character 𫹕?

The Unicode character 𫹕 U+2BE55 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+2BE55.

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!