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

What is Unicode character 𨞀?

The Unicode character 𨞀 U+28780 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+28780.

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!