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

What is Unicode character 𨨂?

The Unicode character 𨨂 U+28A02 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+28A02.

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!