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

What is Unicode character 𨊀?

The Unicode character 𨊀 U+28280 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+28280.

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!