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

What is Unicode character 𨲀?

The Unicode character 𨲀 U+28C80 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+28C80.

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!