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

What is Unicode character 𨝾?

The Unicode character 𨝾 U+2877E 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+2877E.

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!