Outbox Tray

๐Ÿ“ค

Shortcodes

Copy and paste codes for Outbox Tray symbol ๐Ÿ“ค to use in your websites, apps, blogs, and more.

Unicode
U+1F4E4
HTML Code
📤
HEX Code
📤
CSS Code
\1F4E4
JS/JSON
\u1F4E4
Unix/C/PHP/JAVA
0x1F4E4
URL-encode
%F0%9F%93%A4
copied

Customize Outbox Tray Symbol

Customize ๐Ÿ“ค symbol as you like and download Outbox Tray 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 Outbox Tray symbol in HTML, CSS, and JS?

Insert ๐Ÿ“ค Outbox Tray using HTML

1. Copy-paste Outbox Tray directly:
<span>๐Ÿ“ค</span>
2. HTML Decimal Code:
<span>&#128228;</span>
3. Hexadecimal Code:
<span>&#x1F4E4;</span>
Preview: ๐Ÿ“ค

Add Outbox Tray symbol with CSS

.outbox-tray::before {
    content: '\\1F4E4';
}
Preview: Outbox Tray

Outbox Tray JavaScript Code

1. Direct Symbol:
document.querySelector('.outbox-tray').textContent = '๐Ÿ“ค';
2. Unicode Escape for ๐Ÿ“ค:
document.querySelector('.outbox-tray').textContent = '\u1F4E4';
Preview: ๐Ÿ“ค