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

What is Unicode character 𨝿?

The Unicode character 𨝿 U+2877F 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+2877F.

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!