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

What is Unicode character 𨟻?

The Unicode character 𨟻 U+287FB 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+287FB.

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!