Unicode Finder

"😲" U+1F632(ASTONISHED FACE)

😲
U+1F632
Block Name
Emoticons
Name
ASTONISHED FACE

Programming

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

Web

CSS
\01F632
HtmlDecimal
😲
HtmlHexadecimal
😲
Url
%F0%9F%98%B2

Code

MD5
fbcaad37e912f7710c4a6e00462cb1b1
Sha1
069115f4949e962e3cde936d6f0181ac66f3fa63
Base64
8J+Ysg==

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u1F632';
console.log(char);  // Output: 😲

Java:

char c = '\u1F632';
System.out.println(c);  // Output: 😲

JSON:

{"text": "\u1F632"}  // Value: 😲

Python:

char = '\u1F632'
print(char)  # Output: 😲

Perl:

my $char = "\x{1F632}";
print $char;  # Output: 😲

PHP:

$char = "\x{1F632}";
echo $char;  // Output: 😲

Ruby:

char = "\u{1F632}"
puts char  # Output: 😲

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#128562;</p>  <!-- Display: 😲 -->

HTML Hexadecimal:

<p>HTML hex: &#x1F632;</p>  <!-- Display: 😲 -->

URL Encoding:

// 😲 URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%98%B2

Encodings

MD5:

fbcaad37e912f7710c4a6e00462cb1b1

SHA1:

069115f4949e962e3cde936d6f0181ac66f3fa63

Base64:

8J+Ysg==

Β© 2025 Unicode Finder

😲 U+1F632 ASTONISHED FACE Unicode Character - Unicode Finder

Contact: d2@fanqiang.me