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

What is Unicode character 𨰄?

The Unicode character 𨰄 U+28C04 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+28C04.

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!