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

What is Unicode character 𨣰?

The Unicode character 𨣰 U+288F0 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+288F0.

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!