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

What is Unicode character 𨟶?

The Unicode character 𨟶 U+287F6 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+287F6.

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!