Recreational Vehicle

๐Ÿš™

Shortcodes

Copy and paste codes for Recreational Vehicle symbol ๐Ÿš™ to use in your websites, apps, blogs, and more.

Unicode
U+1F699
HTML Code
🚙
HEX Code
🚙
CSS Code
\1F699
JS/JSON
\u1F699
Unix/C/PHP/JAVA
0x1F699
URL-encode
%F0%9F%9A%99
copied

Customize Recreational Vehicle Symbol

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

Insert ๐Ÿš™ Recreational Vehicle using HTML

1. Copy-paste Recreational Vehicle directly:
<span>๐Ÿš™</span>
2. HTML Decimal Code:
<span>&#128665;</span>
3. Hexadecimal Code:
<span>&#x1F699;</span>
Preview: ๐Ÿš™

Add Recreational Vehicle symbol with CSS

.recreational-vehicle::before {
    content: '\\1F699';
}
Preview: Recreational Vehicle

Recreational Vehicle JavaScript Code

1. Direct Symbol:
document.querySelector('.recreational-vehicle').textContent = '๐Ÿš™';
2. Unicode Escape for ๐Ÿš™:
document.querySelector('.recreational-vehicle').textContent = '\u1F699';
Preview: ๐Ÿš™