Envelope With Downwards Arrow Above

๐Ÿ“ฉ

Shortcodes

Copy and paste codes for Envelope With Downwards Arrow Above symbol ๐Ÿ“ฉ to use in your websites, apps, blogs, and more.

Unicode
U+1F4E9
HTML Code
📩
HEX Code
📩
CSS Code
\1F4E9
JS/JSON
\u1F4E9
Unix/C/PHP/JAVA
0x1F4E9
URL-encode
%F0%9F%93%A9
copied

Customize Envelope With Downwards Arrow Above Symbol

Customize ๐Ÿ“ฉ symbol as you like and download Envelope With Downwards Arrow Above 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 Envelope With Downwards Arrow Above symbol in HTML, CSS, and JS?

Insert ๐Ÿ“ฉ Envelope With Downwards Arrow Above using HTML

1. Copy-paste Envelope With Downwards Arrow Above directly:
<span>๐Ÿ“ฉ</span>
2. HTML Decimal Code:
<span>&#128233;</span>
3. Hexadecimal Code:
<span>&#x1F4E9;</span>
Preview: ๐Ÿ“ฉ

Add Envelope With Downwards Arrow Above symbol with CSS

.envelope-with-downwards-arrow-above::before {
    content: '\\1F4E9';
}
Preview: Envelope With Downwards Arrow Above

Envelope With Downwards Arrow Above JavaScript Code

1. Direct Symbol:
document.querySelector('.envelope-with-downwards-arrow-above').textContent = '๐Ÿ“ฉ';
2. Unicode Escape for ๐Ÿ“ฉ:
document.querySelector('.envelope-with-downwards-arrow-above').textContent = '\u1F4E9';
Preview: ๐Ÿ“ฉ