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

What is Unicode character 𫹎?

The Unicode character 𫹎 U+2BE4E 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+2BE4E.

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!