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

What is Unicode character 𨨄?

The Unicode character 𨨄 U+28A04 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+28A04.

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!