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

What is Unicode character 𨀨?

The Unicode character 𨀨 U+28028 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+28028.

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!