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>&#166010;</p>
📋
CSS .selector { content: '\2887A' };
📋
JS var unicodeA = '\u2887A ';
📋
CPP char unicodeA = ' \u2887A ';
📋
Java char unicodeA = '\u2887A';
📋
Python unicodeA = '\u2887A'
📋

What is Unicode character 𨡺?

The Unicode character 𨡺 U+2887A 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+2887A.

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!