Unicode Finder

"⪹" U+2AB9(PRECEDES ABOVE NOT ALMOST EQUAL TO)

U+2AB9
Block Name
Supplemental Mathematical Operators
Name
PRECEDES ABOVE NOT ALMOST EQUAL TO

Programming

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

Web

CSS
\002AB9
HtmlDecimal
⪹
HtmlHexadecimal
⪹
Url
%E2%AA%B9

Code

MD5
84594378edcbefdec19488a65d55e0e4
Sha1
9c8724e047ed489e28c8c061c0e67319bf8b93be
Base64
4qq5

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2AB9';
console.log(char);  // Output: ⪹

Java:

char c = '\u2AB9';
System.out.println(c);  // Output: ⪹

JSON:

{"text": "\u2AB9"}  // Value: ⪹

Python:

char = '\u2AB9'
print(char)  # Output: ⪹

Perl:

my $char = "\x{2AB9}";
print $char;  # Output: ⪹

PHP:

$char = "\x{2AB9}";
echo $char;  // Output: ⪹

Ruby:

char = "\u{2AB9}"
puts char  # Output: ⪹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#10937;</p>  <!-- Display: ⪹ -->

HTML Hexadecimal:

<p>HTML hex: &#x2AB9;</p>  <!-- Display: ⪹ -->

URL Encoding:

// ⪹ URL encoding
https://unicodefinder.com/search.php?query=%E2%AA%B9

Encodings

MD5:

84594378edcbefdec19488a65d55e0e4

SHA1:

9c8724e047ed489e28c8c061c0e67319bf8b93be

Base64:

4qq5