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>&#129308;</p>
๐Ÿ“‹
CSS .selector { content: '\1F91C' };
๐Ÿ“‹
JS var unicodeA = '\u1F91C ';
๐Ÿ“‹
CPP char unicodeA = ' \u1F91C ';
๐Ÿ“‹
Java char unicodeA = '\u1F91C';
๐Ÿ“‹
Python unicodeA = '\u1F91C'
๐Ÿ“‹

What is Unicode character ๐Ÿคœ?

The Unicode character ๐Ÿคœ U+1F91C is Right-Facing Fist in the Supplemental Symbols and Pictographs block.

What does the Unicode character ๐Ÿคœ represent?

The Unicode character ๐Ÿคœ represents Right-Facing Fist.

What is the Unicode code point for ๐Ÿคœ?

The Unicode code point for ๐Ÿคœ is U+1F91C.

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 Right-Facing Fist 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 Common 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 9.0, and it belongs to the Supplemental Symbols and Pictographs block of characters.

Unicode Properties

Applicable Properties

Emoji โœ…

Applicable Properties With Values

Age 9.0
Bidi Class Other Neutrals
Bidi Paired Bracket Type Not a bracket
Block Supplemental Symbols and Pictographs
General Category Other Symbol
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Emoji Base
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!