Fisted Hand Sign

๐Ÿ‘Š

Shortcodes

Copy and paste codes for Fisted Hand Sign symbol ๐Ÿ‘Š to use in your websites, apps, blogs, and more.

Unicode
U+1F44A
HTML Code
👊
HEX Code
👊
CSS Code
\1F44A
JS/JSON
\u1F44A
Unix/C/PHP/JAVA
0x1F44A
URL-encode
%F0%9F%91%8A
copied

Customize Fisted Hand Sign Symbol

Customize ๐Ÿ‘Š symbol as you like and download Fisted Hand Sign 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 Fisted Hand Sign symbol in HTML, CSS, and JS?

Insert ๐Ÿ‘Š Fisted Hand Sign using HTML

1. Copy-paste Fisted Hand Sign directly:
<span>๐Ÿ‘Š</span>
2. HTML Decimal Code:
<span>&#128074;</span>
3. Hexadecimal Code:
<span>&#x1F44A;</span>
Preview: ๐Ÿ‘Š

Add Fisted Hand Sign symbol with CSS

.fisted-hand-sign::before {
    content: '\\1F44A';
}
Preview: Fisted Hand Sign

Fisted Hand Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.fisted-hand-sign').textContent = '๐Ÿ‘Š';
2. Unicode Escape for ๐Ÿ‘Š:
document.querySelector('.fisted-hand-sign').textContent = '\u1F44A';
Preview: ๐Ÿ‘Š