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

What is Unicode character 𨟸?

The Unicode character 𨟸 U+287F8 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+287F8.

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!