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

What is Unicode character 𨾀?

The Unicode character 𨾀 U+28F80 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+28F80.

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!