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

What is Unicode character 𨺨?

The Unicode character 𨺨 U+28EA8 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+28EA8.

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!