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

What is Unicode character 𨂀?

The Unicode character 𨂀 U+28080 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+28080.

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!