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

What is Unicode character 𨣨?

The Unicode character 𨣨 U+288E8 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+288E8.

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!