Motor Boat

๐Ÿ›ฅ

Shortcodes

Copy and paste codes for Motor Boat symbol ๐Ÿ›ฅ to use in your websites, apps, blogs, and more.

Unicode
U+1F6E5
HTML Code
🛥
HEX Code
🛥
CSS Code
\1F6E5
JS/JSON
\u1F6E5
Unix/C/PHP/JAVA
0x1F6E5
URL-encode
%F0%9F%9B%A5
copied

Customize Motor Boat Symbol

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

Insert ๐Ÿ›ฅ Motor Boat using HTML

1. Copy-paste Motor Boat directly:
<span>๐Ÿ›ฅ</span>
2. HTML Decimal Code:
<span>&#128741;</span>
3. Hexadecimal Code:
<span>&#x1F6E5;</span>
Preview: ๐Ÿ›ฅ

Add Motor Boat symbol with CSS

.motor-boat::before {
    content: '\\1F6E5';
}
Preview: Motor Boat

Motor Boat JavaScript Code

1. Direct Symbol:
document.querySelector('.motor-boat').textContent = '๐Ÿ›ฅ';
2. Unicode Escape for ๐Ÿ›ฅ:
document.querySelector('.motor-boat').textContent = '\u1F6E5';
Preview: ๐Ÿ›ฅ