Left-facing Fist

🤛

Shortcodes

Copy and paste codes for Left-facing Fist symbol 🤛 to use in your websites, apps, blogs, and more.

Unicode
U+1F91B
HTML Code
🤛
HEX Code
🤛
CSS Code
\1F91B
JS/JSON
\u1F91B
Unix/C/PHP/JAVA
0x1F91B
URL-encode
%F0%9F%A4%9B
copied

Customize Left-facing Fist Symbol

Customize 🤛 symbol as you like and download Left-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 Left-facing Fist symbol in HTML, CSS, and JS?

Insert 🤛 Left-facing Fist using HTML

1. Copy-paste Left-facing Fist directly:
<span>🤛</span>
2. HTML Decimal Code:
<span>&#129307;</span>
3. Hexadecimal Code:
<span>&#x1F91B;</span>
Preview: 🤛

Add Left-facing Fist symbol with CSS

.left-facing-fist::before {
    content: '\\1F91B';
}
Preview: Left-facing Fist

Left-facing Fist JavaScript Code

1. Direct Symbol:
document.querySelector('.left-facing-fist').textContent = '🤛';
2. Unicode Escape for 🤛:
document.querySelector('.left-facing-fist').textContent = '\u1F91B';
Preview: 🤛