Unicode Finder

"🚼" U+1F6BC(BABY SYMBOL)

🚼
U+1F6BC
Block Name
Transport and Map Symbols
Name
BABY SYMBOL

Programming

C
\u1F6BC
JavaScript
\u1F6BC
Java
\u1F6BC
Json
\u1F6BC
Python
\u1F6BC
Perl
\x{1F6BC}
PHP
\x{1F6BC}
Ruby
\u{1F6BC}
Rust
\u{1F6BC}
Go
\u1F6BC

Web

CSS
\01F6BC
HtmlDecimal
🚼
HtmlHexadecimal
🚼
Url
%F0%9F%9A%BC

Code

MD5
94e3e8334e8cb7c6ad1e376e1a1197f1
Sha1
e0641ebde86d9c853e6c2d060f0ea820a2c7ebe6
Base64
8J+avA==

Usage Examples

Programming Languages

C:

char c = '\u1F6BC';
printf("%c\n", c);  // Output: 🚼

JavaScript:

const char = '\u1F6BC';
console.log(char);  // Output: 🚼

Java:

char c = '\u1F6BC';
System.out.println(c);  // Output: 🚼

JSON:

{"text": "\u1F6BC"}  // Value: 🚼

Python:

char = '\u1F6BC'
print(char)  # Output: 🚼

Perl:

my $char = "\x{1F6BC}";
print $char;  # Output: 🚼

PHP:

$char = "\x{1F6BC}";
echo $char;  // Output: 🚼

Ruby:

char = "\u{1F6BC}"
puts char  # Output: 🚼

Rust:

let c = '\u{1F6BC}';
println!("{}", c);  // Output: 🚼

Go:

char := '\u1F6BC'
fmt.Printf("%c\n", char)  // Output: 🚼

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\01F6BC";  /* Display: 🚼 */
}

HTML Decimal:

<p>HTML decimal: &#128700;</p>  <!-- Display: 🚼 -->

HTML Hexadecimal:

<p>HTML hex: &#x1F6BC;</p>  <!-- Display: 🚼 -->

URL Encoding:

// 🚼 URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%9A%BC

Encodings

MD5:

94e3e8334e8cb7c6ad1e376e1a1197f1

SHA1:

e0641ebde86d9c853e6c2d060f0ea820a2c7ebe6

Base64:

8J+avA==

Β© 2025 Unicode Finder

🚼 U+1F6BC BABY SYMBOL Unicode Character - Unicode Finder

Contact: d2@fanqiang.me