Speedboat

๐Ÿšค

Shortcodes

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

Unicode
U+1F6A4
HTML Code
🚤
HEX Code
🚤
CSS Code
\1F6A4
JS/JSON
\u1F6A4
Unix/C/PHP/JAVA
0x1F6A4
URL-encode
%F0%9F%9A%A4
copied

Customize Speedboat Symbol

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

Insert ๐Ÿšค Speedboat using HTML

1. Copy-paste Speedboat directly:
<span>๐Ÿšค</span>
2. HTML Decimal Code:
<span>&#128676;</span>
3. Hexadecimal Code:
<span>&#x1F6A4;</span>
Preview: ๐Ÿšค

Add Speedboat symbol with CSS

.speedboat::before {
    content: '\\1F6A4';
}
Preview: Speedboat

Speedboat JavaScript Code

1. Direct Symbol:
document.querySelector('.speedboat').textContent = '๐Ÿšค';
2. Unicode Escape for ๐Ÿšค:
document.querySelector('.speedboat').textContent = '\u1F6A4';
Preview: ๐Ÿšค