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

What is Unicode character 𨶀?

The Unicode character 𨶀 U+28D80 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+28D80.

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!