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

What is Unicode character 𫹍?

The Unicode character 𫹍 U+2BE4D 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+2BE4D.

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!