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

What is Unicode character 𨟐?

The Unicode character 𨟐 U+287D0 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+287D0.

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!