Restroom

๐Ÿšป

Shortcodes

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

Unicode
U+1F6BB
HTML Code
🚻
HEX Code
🚻
CSS Code
\1F6BB
JS/JSON
\u1F6BB
Unix/C/PHP/JAVA
0x1F6BB
URL-encode
%F0%9F%9A%BB
copied

Customize Restroom Symbol

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

Insert ๐Ÿšป Restroom using HTML

1. Copy-paste Restroom directly:
<span>๐Ÿšป</span>
2. HTML Decimal Code:
<span>&#128699;</span>
3. Hexadecimal Code:
<span>&#x1F6BB;</span>
Preview: ๐Ÿšป

Add Restroom symbol with CSS

.restroom::before {
    content: '\\1F6BB';
}
Preview: Restroom

Restroom JavaScript Code

1. Direct Symbol:
document.querySelector('.restroom').textContent = '๐Ÿšป';
2. Unicode Escape for ๐Ÿšป:
document.querySelector('.restroom').textContent = '\u1F6BB';
Preview: ๐Ÿšป