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

What is Unicode character 𫹔?

The Unicode character 𫹔 U+2BE54 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+2BE54.

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!