Unicode Finder

"๐Ÿ“ฌ" U+1F4EC(OPEN MAILBOX WITH RAISED FLAG)

๐Ÿ“ฌ
U+1F4EC
Block Name
Miscellaneous Symbols and Pictographs
Name
OPEN MAILBOX WITH RAISED FLAG

Programming

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

Web

CSS
\01F4EC
HtmlDecimal
📬
HtmlHexadecimal
📬
Url
%F0%9F%93%AC

Code

MD5
f5efc903be509b1b1208684634beea9c
Sha1
da3457e5a88ddfdfb487115fb24ad9ea5eae49aa
Base64
8J+TrA==

Usage Examples

Programming Languages

C:

char c = '\u1F4EC';
printf("%c\n", c);  // Output: ๐Ÿ“ฌ

JavaScript:

const char = '\u1F4EC';
console.log(char);  // Output: ๐Ÿ“ฌ

Java:

char c = '\u1F4EC';
System.out.println(c);  // Output: ๐Ÿ“ฌ

JSON:

{"text": "\u1F4EC"}  // Value: ๐Ÿ“ฌ

Python:

char = '\u1F4EC'
print(char)  # Output: ๐Ÿ“ฌ

Perl:

my $char = "\x{1F4EC}";
print $char;  # Output: ๐Ÿ“ฌ

PHP:

$char = "\x{1F4EC}";
echo $char;  // Output: ๐Ÿ“ฌ

Ruby:

char = "\u{1F4EC}"
puts char  # Output: ๐Ÿ“ฌ

Rust:

let c = '\u{1F4EC}';
println!("{}", c);  // Output: ๐Ÿ“ฌ

Go:

char := '\u1F4EC'
fmt.Printf("%c\n", char)  // Output: ๐Ÿ“ฌ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\01F4EC";  /* Display: ๐Ÿ“ฌ */
}

HTML Decimal:

<p>HTML decimal: &#128236;</p>  <!-- Display: ๐Ÿ“ฌ -->

HTML Hexadecimal:

<p>HTML hex: &#x1F4EC;</p>  <!-- Display: ๐Ÿ“ฌ -->

URL Encoding:

// ๐Ÿ“ฌ URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%93%AC

Encodings

MD5:

f5efc903be509b1b1208684634beea9c

SHA1:

da3457e5a88ddfdfb487115fb24ad9ea5eae49aa

Base64:

8J+TrA==

ยฉ 2025 Unicode Finder

๐Ÿ“ฌ U+1F4EC OPEN MAILBOX WITH RAISED FLAG Unicode Character - Unicode Finder

Contact: d2@fanqiang.me