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

What is Unicode character 𨨁?

The Unicode character 𨨁 U+28A01 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+28A01.

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!