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

What is Unicode character 𨞲?

The Unicode character 𨞲 U+287B2 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+287B2.

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!