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

What is Unicode character 𨁁?

The Unicode character 𨁁 U+28041 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+28041.

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!