Right-facing Fist

๐Ÿคœ

Shortcodes

Copy and paste codes for Right-facing Fist symbol ๐Ÿคœ to use in your websites, apps, blogs, and more.

Unicode
U+1F91C
HTML Code
🤜
HEX Code
🤜
CSS Code
\1F91C
JS/JSON
\u1F91C
Unix/C/PHP/JAVA
0x1F91C
URL-encode
%F0%9F%A4%9C
copied

Customize Right-facing Fist Symbol

Customize ๐Ÿคœ symbol as you like and download Right-facing Fist as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿคœ
 

How to add Right-facing Fist symbol in HTML, CSS, and JS?

Insert ๐Ÿคœ Right-facing Fist using HTML

1. Copy-paste Right-facing Fist directly:
<span>๐Ÿคœ</span>
2. HTML Decimal Code:
<span>&#129308;</span>
3. Hexadecimal Code:
<span>&#x1F91C;</span>
Preview: ๐Ÿคœ

Add Right-facing Fist symbol with CSS

.right-facing-fist::before {
    content: '\\1F91C';
}
Preview: Right-facing Fist

Right-facing Fist JavaScript Code

1. Direct Symbol:
document.querySelector('.right-facing-fist').textContent = '๐Ÿคœ';
2. Unicode Escape for ๐Ÿคœ:
document.querySelector('.right-facing-fist').textContent = '\u1F91C';
Preview: ๐Ÿคœ