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

What is Unicode character 𨦀?

The Unicode character 𨦀 U+28980 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+28980.

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!