Children Crossing

๐Ÿšธ

Shortcodes

Copy and paste codes for Children Crossing symbol ๐Ÿšธ to use in your websites, apps, blogs, and more.

Unicode
U+1F6B8
HTML Code
🚸
HEX Code
🚸
CSS Code
\1F6B8
JS/JSON
\u1F6B8
Unix/C/PHP/JAVA
0x1F6B8
URL-encode
%F0%9F%9A%B8
copied

Customize Children Crossing Symbol

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

Insert ๐Ÿšธ Children Crossing using HTML

1. Copy-paste Children Crossing directly:
<span>๐Ÿšธ</span>
2. HTML Decimal Code:
<span>&#128696;</span>
3. Hexadecimal Code:
<span>&#x1F6B8;</span>
Preview: ๐Ÿšธ

Add Children Crossing symbol with CSS

.children-crossing::before {
    content: '\\1F6B8';
}
Preview: Children Crossing

Children Crossing JavaScript Code

1. Direct Symbol:
document.querySelector('.children-crossing').textContent = '๐Ÿšธ';
2. Unicode Escape for ๐Ÿšธ:
document.querySelector('.children-crossing').textContent = '\u1F6B8';
Preview: ๐Ÿšธ