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

What is Unicode character 𨝻?

The Unicode character 𨝻 U+2877B 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+2877B.

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!