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

What is Unicode character 𨟬?

The Unicode character 𨟬 U+287EC 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+287EC.

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!