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

What is Unicode character 𨟹?

The Unicode character 𨟹 U+287F9 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+287F9.

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!