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

What is Unicode character 𨈁?

The Unicode character 𨈁 U+28201 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+28201.

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!