Clapping Hands Sign

๐Ÿ‘

Shortcodes

Copy and paste codes for Clapping Hands Sign symbol ๐Ÿ‘ to use in your websites, apps, blogs, and more.

Unicode
U+1F44F
HTML Code
👏
HEX Code
👏
CSS Code
\1F44F
JS/JSON
\u1F44F
Unix/C/PHP/JAVA
0x1F44F
URL-encode
%F0%9F%91%8F
copied

Customize Clapping Hands Sign Symbol

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

Insert ๐Ÿ‘ Clapping Hands Sign using HTML

1. Copy-paste Clapping Hands Sign directly:
<span>๐Ÿ‘</span>
2. HTML Decimal Code:
<span>&#128079;</span>
3. Hexadecimal Code:
<span>&#x1F44F;</span>
Preview: ๐Ÿ‘

Add Clapping Hands Sign symbol with CSS

.clapping-hands-sign::before {
    content: '\\1F44F';
}
Preview: Clapping Hands Sign

Clapping Hands Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.clapping-hands-sign').textContent = '๐Ÿ‘';
2. Unicode Escape for ๐Ÿ‘:
document.querySelector('.clapping-hands-sign').textContent = '\u1F44F';
Preview: ๐Ÿ‘