Left-facing Fist
🤛
Shortcodes
Copy useful codes for left-facing fist symbol 🤛 to use in websites, apps, blogs, and docs.
Unicode
U+1F91B HTML Code
🤛 HEX Code
🤛 CSS Code
\1F91B JS/JSON
\u1F91B Unix/C/PHP/JAVA
0x1F91B URL-encode
%F0%9F%A4%9B Customize Left-facing Fist
Customize 🤛, download it as SVG or PNG, or copy the generated HTML snippet.
🤛
How to use Left-facing Fist Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>🤛</span> HTML Code:
<span>🤛</span> HEX Code:
<span>🤛</span> Add with CSS
.left-facing-fist::before {
content: '\\1F91B';
} Set it in JavaScript
document.querySelector('.left-facing-fist').textContent = '🤛';