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

What is Unicode character 𨐁?

The Unicode character 𨐁 U+28401 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+28401.

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!