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

What is Unicode character 𨟾?

The Unicode character 𨟾 U+287FE 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+287FE.

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!