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

What is Unicode character 𫹺?

The Unicode character 𫹺 U+2BE7A 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+2BE7A.

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!