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

What is Unicode character 𨢨?

The Unicode character 𨢨 U+288A8 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+288A8.

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!