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

What is Unicode character 𨟞?

The Unicode character 𨟞 U+287DE 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+287DE.

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!