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

What is Unicode character 𨪢?

The Unicode character 𨪢 U+28AA2 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+28AA2.

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!