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

What is Unicode character 𨀄?

The Unicode character 𨀄 U+28004 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+28004.

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!