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

What is Unicode character 𨡾?

The Unicode character 𨡾 U+2887E 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+2887E.

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!