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

What is Unicode character 𨀡?

The Unicode character 𨀡 U+28021 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+28021.

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!