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

What is Unicode character 𨣧?

The Unicode character 𨣧 U+288E7 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+288E7.

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!