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

What is Unicode character 𨟠?

The Unicode character 𨟠 U+287E0 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+287E0.

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!