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

What is Unicode character 𨝼?

The Unicode character 𨝼 U+2877C 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+2877C.

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!