Unicode Finder

"⩻" U+2A7B(LESS-THAN WITH QUESTION MARK ABOVE)

U+2A7B
Block Name
Supplemental Mathematical Operators
Name
LESS-THAN WITH QUESTION MARK ABOVE

Programming

C
\u2A7B
JavaScript
\u2A7B
Java
\u2A7B
Json
\u2A7B
Python
\u2A7B
Perl
\x{2A7B}
PHP
\x{2A7B}
Ruby
\u{2A7B}
Rust
\u{2A7B}
Go
\u2A7B

Web

CSS
\002A7B
HtmlDecimal
⩻
HtmlHexadecimal
⩻
Url
%E2%A9%BB

Code

MD5
8787db947492bb74b7e407c294cb9c34
Sha1
68aa46b65eb544beda91932bdc6c383e1137432a
Base64
4qm7

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2A7B';
console.log(char);  // Output: ⩻

Java:

char c = '\u2A7B';
System.out.println(c);  // Output: ⩻

JSON:

{"text": "\u2A7B"}  // Value: ⩻

Python:

char = '\u2A7B'
print(char)  # Output: ⩻

Perl:

my $char = "\x{2A7B}";
print $char;  # Output: ⩻

PHP:

$char = "\x{2A7B}";
echo $char;  // Output: ⩻

Ruby:

char = "\u{2A7B}"
puts char  # Output: ⩻

Rust:

let c = '\u{2A7B}';
println!("{}", c);  // Output: ⩻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002A7B";  /* Display: ⩻ */
}

HTML Decimal:

<p>HTML decimal: &#10875;</p>  <!-- Display: ⩻ -->

HTML Hexadecimal:

<p>HTML hex: &#x2A7B;</p>  <!-- Display: ⩻ -->

URL Encoding:

// ⩻ URL encoding
https://unicodefinder.com/search.php?query=%E2%A9%BB

Encodings

MD5:

8787db947492bb74b7e407c294cb9c34

SHA1:

68aa46b65eb544beda91932bdc6c383e1137432a

Base64:

4qm7