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

What is Unicode character 𨡼?

The Unicode character 𨡼 U+2887C 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+2887C.

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!