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

What is Unicode character 𨟺?

The Unicode character 𨟺 U+287FA 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+287FA.

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!