Fisted Hand Sign
๐
Shortcodes
Copy useful codes for fisted hand sign ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1F44A HTML Code
👊 HEX Code
👊 CSS Code
\1F44A JS/JSON
\u1F44A Unix/C/PHP/JAVA
0x1F44A URL-encode
%F0%9F%91%8A Customize Fisted Hand Sign
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Fisted Hand Sign in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐</span> HTML Code:
<span>👊</span> HEX Code:
<span>👊</span> Add with CSS
.fisted-hand-sign::before {
content: '\\1F44A';
} Set it in JavaScript
document.querySelector('.fisted-hand-sign').textContent = '๐';