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

What is Unicode character 𨁀?

The Unicode character 𨁀 U+28040 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+28040.

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!