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

What is Unicode character 𨺀?

The Unicode character 𨺀 U+28E80 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+28E80.

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!