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

What is Unicode character 𨀁?

The Unicode character 𨀁 U+28001 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+28001.

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!