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

What is Unicode character 𫹒?

The Unicode character 𫹒 U+2BE52 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+2BE52.

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!