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

What is Unicode character 𨟰?

The Unicode character 𨟰 U+287F0 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+287F0.

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!