Unicode Finder

"๐Ÿ•ป" U+1F57B(LEFT HAND TELEPHONE RECEIVER)

๐Ÿ•ป
U+1F57B
ืฉื ื‘ืœื•ืง
Miscellaneous Symbols and Pictographs
ืฉื
LEFT HAND TELEPHONE RECEIVER

Programming

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

Web

CSS
\01F57B
HtmlDecimal
🕻
HtmlHexadecimal
🕻
Url
%F0%9F%95%BB

Code

MD5
efdfca0a3a26863848c88d87df8f7f48
Sha1
cc2357e3eec3995dc1cf3360b8f2da1bfbaac3d5
Base64
8J+Vuw==

ื“ื•ื’ืžืื•ืช ืฉื™ืžื•ืฉ

Programming Languages

C:

char c = '\u1F57B';
printf("%c\n", c);  // Output: ๐Ÿ•ป

JavaScript:

const char = '\u1F57B';
console.log(char);  // Output: ๐Ÿ•ป

Java:

char c = '\u1F57B';
System.out.println(c);  // Output: ๐Ÿ•ป

JSON:

{"text": "\u1F57B"}  // Value: ๐Ÿ•ป

Python:

char = '\u1F57B'
print(char)  # Output: ๐Ÿ•ป

Perl:

my $char = "\x{1F57B}";
print $char;  # Output: ๐Ÿ•ป

PHP:

$char = "\x{1F57B}";
echo $char;  // Output: ๐Ÿ•ป

Ruby:

char = "\u{1F57B}"
puts char  # Output: ๐Ÿ•ป

Rust:

let c = '\u{1F57B}';
println!("{}", c);  // Output: ๐Ÿ•ป

Go:

char := '\u1F57B'
fmt.Printf("%c\n", char)  // Output: ๐Ÿ•ป

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\01F57B";  /* Display: ๐Ÿ•ป */
}

HTML Decimal:

<p>HTML decimal: &#128379;</p>  <!-- Display: ๐Ÿ•ป -->

HTML Hexadecimal:

<p>HTML hex: &#x1F57B;</p>  <!-- Display: ๐Ÿ•ป -->

URL Encoding:

// ๐Ÿ•ป URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%95%BB

Encodings

MD5:

efdfca0a3a26863848c88d87df8f7f48

SHA1:

cc2357e3eec3995dc1cf3360b8f2da1bfbaac3d5

Base64:

8J+Vuw==

© 2025 Unicode Finder

๐Ÿ•ป U+1F57B LEFT HAND TELEPHONE RECEIVER ืชื• ื™ื•ื ื™ืงื•ื“ - Unicode Finder

Contact: [email protected]