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

What is Unicode character 𨣼?

The Unicode character 𨣼 U+288FC 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+288FC.

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!