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

What is Unicode character 𨞢?

The Unicode character 𨞢 U+287A2 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+287A2.

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!