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

What is Unicode character 𨺊?

The Unicode character 𨺊 U+28E8A 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+28E8A.

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!