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

What is Unicode character 𨪀?

The Unicode character 𨪀 U+28A80 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+28A80.

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!