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

What is Unicode character 𨢸?

The Unicode character 𨢸 U+288B8 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+288B8.

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!