Wrench

๐Ÿ”ง

Shortcodes

Copy and paste codes for Wrench symbol ๐Ÿ”ง to use in your websites, apps, blogs, and more.

Unicode
U+1F527
HTML Code
🔧
HEX Code
🔧
CSS Code
\1F527
JS/JSON
\u1F527
Unix/C/PHP/JAVA
0x1F527
URL-encode
%F0%9F%94%A7
copied

Customize Wrench Symbol

Customize ๐Ÿ”ง symbol as you like and download Wrench 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 Wrench symbol in HTML, CSS, and JS?

Insert ๐Ÿ”ง Wrench using HTML

1. Copy-paste Wrench directly:
<span>๐Ÿ”ง</span>
2. HTML Decimal Code:
<span>&#128295;</span>
3. Hexadecimal Code:
<span>&#x1F527;</span>
Preview: ๐Ÿ”ง

Add Wrench symbol with CSS

.wrench::before {
    content: '\\1F527';
}
Preview: Wrench

Wrench JavaScript Code

1. Direct Symbol:
document.querySelector('.wrench').textContent = '๐Ÿ”ง';
2. Unicode Escape for ๐Ÿ”ง:
document.querySelector('.wrench').textContent = '\u1F527';
Preview: ๐Ÿ”ง