Parachute

๐Ÿช‚

Shortcodes

Copy and paste codes for Parachute symbol ๐Ÿช‚ to use in your websites, apps, blogs, and more.

Unicode
U+1FA82
HTML Code
🪂
HEX Code
🪂
CSS Code
\1FA82
JS/JSON
\u1FA82
Unix/C/PHP/JAVA
0x1FA82
URL-encode
%F0%9F%AA%82
copied

Customize Parachute Symbol

Customize ๐Ÿช‚ symbol as you like and download Parachute 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 Parachute symbol in HTML, CSS, and JS?

Insert ๐Ÿช‚ Parachute using HTML

1. Copy-paste Parachute directly:
<span>๐Ÿช‚</span>
2. HTML Decimal Code:
<span>&#129666;</span>
3. Hexadecimal Code:
<span>&#x1FA82;</span>
Preview: ๐Ÿช‚

Add Parachute symbol with CSS

.parachute::before {
    content: '\\1FA82';
}
Preview: Parachute

Parachute JavaScript Code

1. Direct Symbol:
document.querySelector('.parachute').textContent = '๐Ÿช‚';
2. Unicode Escape for ๐Ÿช‚:
document.querySelector('.parachute').textContent = '\u1FA82';
Preview: ๐Ÿช‚