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

What is Unicode character 𨟯?

The Unicode character 𨟯 U+287EF 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+287EF.

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!