Passenger Ship

๐Ÿ›ณ

Shortcodes

Copy and paste codes for Passenger Ship symbol ๐Ÿ›ณ to use in your websites, apps, blogs, and more.

Unicode
U+1F6F3
HTML Code
🛳
HEX Code
🛳
CSS Code
\1F6F3
JS/JSON
\u1F6F3
Unix/C/PHP/JAVA
0x1F6F3
URL-encode
%F0%9F%9B%B3
copied

Customize Passenger Ship Symbol

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

Insert ๐Ÿ›ณ Passenger Ship using HTML

1. Copy-paste Passenger Ship directly:
<span>๐Ÿ›ณ</span>
2. HTML Decimal Code:
<span>&#128755;</span>
3. Hexadecimal Code:
<span>&#x1F6F3;</span>
Preview: ๐Ÿ›ณ

Add Passenger Ship symbol with CSS

.passenger-ship::before {
    content: '\\1F6F3';
}
Preview: Passenger Ship

Passenger Ship JavaScript Code

1. Direct Symbol:
document.querySelector('.passenger-ship').textContent = '๐Ÿ›ณ';
2. Unicode Escape for ๐Ÿ›ณ:
document.querySelector('.passenger-ship').textContent = '\u1F6F3';
Preview: ๐Ÿ›ณ