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

What is Unicode character 𨐀?

The Unicode character 𨐀 U+28400 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+28400.

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!