Unicode Finder

"⚻" U+26BB(QUINCUNX)

U+26BB
Block Name
Miscellaneous Symbols
Name
QUINCUNX

Programming

C
\u26BB
JavaScript
\u26BB
Java
\u26BB
Json
\u26BB
Python
\u26BB
Perl
\x{26BB}
PHP
\x{26BB}
Ruby
\u{26BB}
Rust
\u{26BB}
Go
\u26BB

Web

CSS
\0026BB
HtmlDecimal
⚻
HtmlHexadecimal
⚻
Url
%E2%9A%BB

Code

MD5
1d08792a27edae8b8fb2b6af3fd484f1
Sha1
86e61e65b0bb9194ec9abd44889a1732c41b2a86
Base64
4pq7

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u26BB';
console.log(char);  // Output: ⚻

Java:

char c = '\u26BB';
System.out.println(c);  // Output: ⚻

JSON:

{"text": "\u26BB"}  // Value: ⚻

Python:

char = '\u26BB'
print(char)  # Output: ⚻

Perl:

my $char = "\x{26BB}";
print $char;  # Output: ⚻

PHP:

$char = "\x{26BB}";
echo $char;  // Output: ⚻

Ruby:

char = "\u{26BB}"
puts char  # Output: ⚻

Rust:

let c = '\u{26BB}';
println!("{}", c);  // Output: ⚻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0026BB";  /* Display: ⚻ */
}

HTML Decimal:

<p>HTML decimal: &#9915;</p>  <!-- Display: ⚻ -->

HTML Hexadecimal:

<p>HTML hex: &#x26BB;</p>  <!-- Display: ⚻ -->

URL Encoding:

// ⚻ URL encoding
https://unicodefinder.com/search.php?query=%E2%9A%BB

Encodings

MD5:

1d08792a27edae8b8fb2b6af3fd484f1

SHA1:

86e61e65b0bb9194ec9abd44889a1732c41b2a86

Base64:

4pq7