Unicode Finder

"πŸ—Ή" U+1F5F9(BALLOT BOX WITH BOLD CHECK)

πŸ—Ή
U+1F5F9
Block Name
Miscellaneous Symbols and Pictographs
Name
BALLOT BOX WITH BOLD CHECK

Programming

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

Web

CSS
\01F5F9
HtmlDecimal
🗹
HtmlHexadecimal
🗹
Url
%F0%9F%97%B9

Code

MD5
e78fe2bb99a86919b7cb8cbdee5a735f
Sha1
dd3dfc4047f13b74334c977dd9358ce55d62e39c
Base64
8J+XuQ==

Usage Examples

Programming Languages

C:

char c = '\u1F5F9';
printf("%c\n", c);  // Output: πŸ—Ή

JavaScript:

const char = '\u1F5F9';
console.log(char);  // Output: πŸ—Ή

Java:

char c = '\u1F5F9';
System.out.println(c);  // Output: πŸ—Ή

JSON:

{"text": "\u1F5F9"}  // Value: πŸ—Ή

Python:

char = '\u1F5F9'
print(char)  # Output: πŸ—Ή

Perl:

my $char = "\x{1F5F9}";
print $char;  # Output: πŸ—Ή

PHP:

$char = "\x{1F5F9}";
echo $char;  // Output: πŸ—Ή

Ruby:

char = "\u{1F5F9}"
puts char  # Output: πŸ—Ή

Rust:

let c = '\u{1F5F9}';
println!("{}", c);  // Output: πŸ—Ή

Go:

char := '\u1F5F9'
fmt.Printf("%c\n", char)  // Output: πŸ—Ή

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\01F5F9";  /* Display: πŸ—Ή */
}

HTML Decimal:

<p>HTML decimal: &#128505;</p>  <!-- Display: πŸ—Ή -->

HTML Hexadecimal:

<p>HTML hex: &#x1F5F9;</p>  <!-- Display: πŸ—Ή -->

URL Encoding:

// πŸ—Ή URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%97%B9

Encodings

MD5:

e78fe2bb99a86919b7cb8cbdee5a735f

SHA1:

dd3dfc4047f13b74334c977dd9358ce55d62e39c

Base64:

8J+XuQ==

Β© 2025 Unicode Finder

πŸ—Ή U+1F5F9 BALLOT BOX WITH BOLD CHECK Unicode Character - Unicode Finder

Contact: d2@fanqiang.me