Gloves
๐งค
Shortcodes
Copy and paste codes for Gloves symbol ๐งค to use in your websites, apps, blogs, and more.
Unicode
U+1F9E4
HTML Code
🧤
HEX Code
🧤
CSS Code
\1F9E4
JS/JSON
\u1F9E4
Unix/C/PHP/JAVA
0x1F9E4
URL-encode
%F0%9F%A7%A4
copied
Customize Gloves Symbol
Customize ๐งค symbol as you like and download Gloves 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 Gloves symbol in HTML, CSS, and JS?
Insert ๐งค Gloves using HTML
1. Copy-paste Gloves directly:
<span>๐งค</span>
2. HTML Decimal Code:
<span>🧤</span>
3. Hexadecimal Code:
<span>🧤</span>
Preview:
๐งค
Add Gloves symbol with CSS
.gloves::before {
content: '\\1F9E4';
}
Preview: Gloves
Gloves JavaScript Code
1. Direct Symbol:
document.querySelector('.gloves').textContent = '๐งค';
2. Unicode Escape for ๐งค:
document.querySelector('.gloves').textContent = '\u1F9E4';
Preview: ๐งค