Unicode Finder

"⚹" U+26B9(SEXTILE)

U+26B9
Block Name
Miscellaneous Symbols
Name
SEXTILE

Programming

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

Web

CSS
\0026B9
HtmlDecimal
⚹
HtmlHexadecimal
⚹
Url
%E2%9A%B9

Code

MD5
63d31c964a5ce8c6ba5a5d7c42f95f17
Sha1
ad536dd0a53a1a21d3239d63933f333c9f7cf43a
Base64
4pq5

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u26B9';
console.log(char);  // Output: ⚹

Java:

char c = '\u26B9';
System.out.println(c);  // Output: ⚹

JSON:

{"text": "\u26B9"}  // Value: ⚹

Python:

char = '\u26B9'
print(char)  # Output: ⚹

Perl:

my $char = "\x{26B9}";
print $char;  # Output: ⚹

PHP:

$char = "\x{26B9}";
echo $char;  // Output: ⚹

Ruby:

char = "\u{26B9}"
puts char  # Output: ⚹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#9913;</p>  <!-- Display: ⚹ -->

HTML Hexadecimal:

<p>HTML hex: &#x26B9;</p>  <!-- Display: ⚹ -->

URL Encoding:

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

Encodings

MD5:

63d31c964a5ce8c6ba5a5d7c42f95f17

SHA1:

ad536dd0a53a1a21d3239d63933f333c9f7cf43a

Base64:

4pq5