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

What is Unicode character 𨢢?

The Unicode character 𨢢 U+288A2 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+288A2.

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!