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

What is Unicode character 𨟷?

The Unicode character 𨟷 U+287F7 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+287F7.

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!