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

What is Unicode character 𨟛?

The Unicode character 𨟛 U+287DB 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+287DB.

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!