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

What is Unicode character 𨣻?

The Unicode character 𨣻 U+288FB 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+288FB.

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!