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

What is Unicode character 𩝼?

The Unicode character 𩝼 U+2977C 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+2977C.

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!