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

What is Unicode character 𨟢?

The Unicode character 𨟢 U+287E2 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+287E2.

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!