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

What is Unicode character 𨨀?

The Unicode character 𨨀 U+28A00 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+28A00.

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!