Ship

๐Ÿšข

Shortcodes

Copy and paste codes for Ship symbol ๐Ÿšข to use in your websites, apps, blogs, and more.

Unicode
U+1F6A2
HTML Code
🚢
HEX Code
🚢
CSS Code
\1F6A2
JS/JSON
\u1F6A2
Unix/C/PHP/JAVA
0x1F6A2
URL-encode
%F0%9F%9A%A2
copied

Customize Ship Symbol

Customize ๐Ÿšข symbol as you like and download Ship 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 Ship symbol in HTML, CSS, and JS?

Insert ๐Ÿšข Ship using HTML

1. Copy-paste Ship directly:
<span>๐Ÿšข</span>
2. HTML Decimal Code:
<span>&#128674;</span>
3. Hexadecimal Code:
<span>&#x1F6A2;</span>
Preview: ๐Ÿšข

Add Ship symbol with CSS

.ship::before {
    content: '\\1F6A2';
}
Preview: Ship

Ship JavaScript Code

1. Direct Symbol:
document.querySelector('.ship').textContent = '๐Ÿšข';
2. Unicode Escape for ๐Ÿšข:
document.querySelector('.ship').textContent = '\u1F6A2';
Preview: ๐Ÿšข