Incoming Envelope

๐Ÿ“จ

Shortcodes

Copy and paste codes for Incoming Envelope symbol ๐Ÿ“จ to use in your websites, apps, blogs, and more.

Unicode
U+1F4E8
HTML Code
📨
HEX Code
📨
CSS Code
\1F4E8
JS/JSON
\u1F4E8
Unix/C/PHP/JAVA
0x1F4E8
URL-encode
%F0%9F%93%A8
copied

Customize Incoming Envelope Symbol

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

Insert ๐Ÿ“จ Incoming Envelope using HTML

1. Copy-paste Incoming Envelope directly:
<span>๐Ÿ“จ</span>
2. HTML Decimal Code:
<span>&#128232;</span>
3. Hexadecimal Code:
<span>&#x1F4E8;</span>
Preview: ๐Ÿ“จ

Add Incoming Envelope symbol with CSS

.incoming-envelope::before {
    content: '\\1F4E8';
}
Preview: Incoming Envelope

Incoming Envelope JavaScript Code

1. Direct Symbol:
document.querySelector('.incoming-envelope').textContent = '๐Ÿ“จ';
2. Unicode Escape for ๐Ÿ“จ:
document.querySelector('.incoming-envelope').textContent = '\u1F4E8';
Preview: ๐Ÿ“จ