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

What is Unicode character 𫹓?

The Unicode character 𫹓 U+2BE53 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+2BE53.

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!