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

What is Unicode character 𨟧?

The Unicode character 𨟧 U+287E7 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+287E7.

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!