Inbox Tray

๐Ÿ“ฅ

Shortcodes

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

Unicode
U+1F4E5
HTML Code
📥
HEX Code
📥
CSS Code
\1F4E5
JS/JSON
\u1F4E5
Unix/C/PHP/JAVA
0x1F4E5
URL-encode
%F0%9F%93%A5
copied

Customize Inbox Tray Symbol

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

Insert ๐Ÿ“ฅ Inbox Tray using HTML

1. Copy-paste Inbox Tray directly:
<span>๐Ÿ“ฅ</span>
2. HTML Decimal Code:
<span>&#128229;</span>
3. Hexadecimal Code:
<span>&#x1F4E5;</span>
Preview: ๐Ÿ“ฅ

Add Inbox Tray symbol with CSS

.inbox-tray::before {
    content: '\\1F4E5';
}
Preview: Inbox Tray

Inbox Tray JavaScript Code

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