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>&#165887;</p>
📋
CSS .selector { content: '\287FF' };
📋
JS var unicodeA = '\u287FF ';
📋
CPP char unicodeA = ' \u287FF ';
📋
Java char unicodeA = '\u287FF';
📋
Python unicodeA = '\u287FF'
📋

What is Unicode character 𨟿?

The Unicode character 𨟿 U+287FF 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+287FF.

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!