Printer

๐Ÿ–จ

Shortcodes

Copy and paste codes for Printer symbol ๐Ÿ–จ to use in your websites, apps, blogs, and more.

Unicode
U+1F5A8
HTML Code
🖨
HEX Code
🖨
CSS Code
\1F5A8
JS/JSON
\u1F5A8
Unix/C/PHP/JAVA
0x1F5A8
URL-encode
%F0%9F%96%A8
copied

Customize Printer Symbol

Customize ๐Ÿ–จ symbol as you like and download Printer 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 Printer symbol in HTML, CSS, and JS?

Insert ๐Ÿ–จ Printer using HTML

1. Copy-paste Printer directly:
<span>๐Ÿ–จ</span>
2. HTML Decimal Code:
<span>&#128424;</span>
3. Hexadecimal Code:
<span>&#x1F5A8;</span>
Preview: ๐Ÿ–จ

Add Printer symbol with CSS

.printer::before {
    content: '\\1F5A8';
}
Preview: Printer

Printer JavaScript Code

1. Direct Symbol:
document.querySelector('.printer').textContent = '๐Ÿ–จ';
2. Unicode Escape for ๐Ÿ–จ:
document.querySelector('.printer').textContent = '\u1F5A8';
Preview: ๐Ÿ–จ