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

What is Unicode character 𨝺?

The Unicode character 𨝺 U+2877A 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+2877A.

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!