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

What is Unicode character 𨣹?

The Unicode character 𨣹 U+288F9 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+288F9.

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!