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

What is Unicode character 𨟲?

The Unicode character 𨟲 U+287F2 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+287F2.

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!