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>&#167508;</p>
📋
CSS .selector { content: '\28E54' };
📋
JS var unicodeA = '\u28E54 ';
📋
CPP char unicodeA = ' \u28E54 ';
📋
Java char unicodeA = '\u28E54';
📋
Python unicodeA = '\u28E54'
📋

What is Unicode character 𨹔?

The Unicode character 𨹔 U+28E54 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28E54.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!