Unicode Finder

"๐Ÿ™ฟ" U+1F67F(REVERSE CHECKER BOARD)

๐Ÿ™ฟ
U+1F67F
Block Name
Unknown Block
Name
REVERSE CHECKER BOARD

Programming

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

Web

CSS
\01F67F
HtmlDecimal
🙿
HtmlHexadecimal
🙿
Url
%F0%9F%99%BF

Code

MD5
6540df59d372540e57264de02651d87e
Sha1
6d5b30e5bdde2f3ad9bcd89bdfdc7ce3f1966bf9
Base64
8J+Zvw==

Usage Examples

Programming Languages

C:

char c = '\u1F67F';
printf("%c\n", c);  // Output: ๐Ÿ™ฟ

JavaScript:

const char = '\u1F67F';
console.log(char);  // Output: ๐Ÿ™ฟ

Java:

char c = '\u1F67F';
System.out.println(c);  // Output: ๐Ÿ™ฟ

JSON:

{"text": "\u1F67F"}  // Value: ๐Ÿ™ฟ

Python:

char = '\u1F67F'
print(char)  # Output: ๐Ÿ™ฟ

Perl:

my $char = "\x{1F67F}";
print $char;  # Output: ๐Ÿ™ฟ

PHP:

$char = "\x{1F67F}";
echo $char;  // Output: ๐Ÿ™ฟ

Ruby:

char = "\u{1F67F}"
puts char  # Output: ๐Ÿ™ฟ

Rust:

let c = '\u{1F67F}';
println!("{}", c);  // Output: ๐Ÿ™ฟ

Go:

char := '\u1F67F'
fmt.Printf("%c\n", char)  // Output: ๐Ÿ™ฟ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\01F67F";  /* Display: ๐Ÿ™ฟ */
}

HTML Decimal:

<p>HTML decimal: &#128639;</p>  <!-- Display: ๐Ÿ™ฟ -->

HTML Hexadecimal:

<p>HTML hex: &#x1F67F;</p>  <!-- Display: ๐Ÿ™ฟ -->

URL Encoding:

// ๐Ÿ™ฟ URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%99%BF

Encodings

MD5:

6540df59d372540e57264de02651d87e

SHA1:

6d5b30e5bdde2f3ad9bcd89bdfdc7ce3f1966bf9

Base64:

8J+Zvw==

ยฉ 2025 Unicode Finder

๐Ÿ™ฟ U+1F67F REVERSE CHECKER BOARD Unicode Character - Unicode Finder

Contact: d2@fanqiang.me