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

What is Unicode character 𨺈?

The Unicode character 𨺈 U+28E88 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+28E88.

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!