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

What is Unicode character 𨟨?

The Unicode character 𨟨 U+287E8 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+287E8.

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!