Hammer And Pick
⚒
Shortcodes
Copy and paste codes for Hammer And Pick symbol ⚒ to use in your websites, apps, blogs, and more.
Unicode
U+2692
HTML Code
⚒
HEX Code
⚒
CSS Code
\2692
JS/JSON
\u2692
Unix/C/PHP/JAVA
0x2692
URL-encode
%E2%9A%92
copied
Customize Hammer And Pick Symbol
Customize ⚒ symbol as you like and download Hammer And Pick 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 Hammer And Pick symbol in HTML, CSS, and JS?
Insert ⚒ Hammer And Pick using HTML
1. Copy-paste Hammer And Pick directly:
<span>⚒</span>
2. HTML Decimal Code:
<span>⚒</span>
3. Hexadecimal Code:
<span>⚒</span>
Preview: ⚒
Add Hammer And Pick symbol with CSS
.hammer-and-pick::before {
content: '\\2692';
}
Preview: Hammer And Pick
Hammer And Pick JavaScript Code
1. Direct Symbol:
document.querySelector('.hammer-and-pick').textContent = '⚒';
2. Unicode Escape for ⚒:
document.querySelector('.hammer-and-pick').textContent = '\u2692';
Preview: ⚒