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

What is Unicode character 𨟦?

The Unicode character 𨟦 U+287E6 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+287E6.

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!