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

What is Unicode character 𨟵?

The Unicode character 𨟵 U+287F5 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+287F5.

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!