Unicode Finder

"⚺" U+26BA(SEMISEXTILE)

U+26BA
Block Name
Miscellaneous Symbols
Name
SEMISEXTILE

Programming

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

Web

CSS
\0026BA
HtmlDecimal
⚺
HtmlHexadecimal
⚺
Url
%E2%9A%BA

Code

MD5
48acaed598da8c4add63e6b9ee932856
Sha1
12cf3b6a14bc6b746eb75ee715b3857e855620ee
Base64
4pq6

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u26BA';
console.log(char);  // Output: ⚺

Java:

char c = '\u26BA';
System.out.println(c);  // Output: ⚺

JSON:

{"text": "\u26BA"}  // Value: ⚺

Python:

char = '\u26BA'
print(char)  # Output: ⚺

Perl:

my $char = "\x{26BA}";
print $char;  # Output: ⚺

PHP:

$char = "\x{26BA}";
echo $char;  // Output: ⚺

Ruby:

char = "\u{26BA}"
puts char  # Output: ⚺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#9914;</p>  <!-- Display: ⚺ -->

HTML Hexadecimal:

<p>HTML hex: &#x26BA;</p>  <!-- Display: ⚺ -->

URL Encoding:

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

Encodings

MD5:

48acaed598da8c4add63e6b9ee932856

SHA1:

12cf3b6a14bc6b746eb75ee715b3857e855620ee

Base64:

4pq6