Unicode Finder

"≹" U+2279(NEITHER GREATER-THAN NOR LESS-THAN)

U+2279
Block Name
Mathematical Operators
Name
NEITHER GREATER-THAN NOR LESS-THAN

Programming

C
\u2279
JavaScript
\u2279
Java
\u2279
Json
\u2279
Python
\u2279
Perl
\x{2279}
PHP
\x{2279}
Ruby
\u{2279}
Rust
\u{2279}
Go
\u2279

Web

CSS
\002279
HtmlDecimal
≹
HtmlHexadecimal
≹
Url
%E2%89%B9

Code

MD5
ee1146612034e284442d3004ffd2a4a9
Sha1
114e762e22319ba615c603b7c04929f1eee3c94d
Base64
4om5

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2279';
console.log(char);  // Output: ≹

Java:

char c = '\u2279';
System.out.println(c);  // Output: ≹

JSON:

{"text": "\u2279"}  // Value: ≹

Python:

char = '\u2279'
print(char)  # Output: ≹

Perl:

my $char = "\x{2279}";
print $char;  # Output: ≹

PHP:

$char = "\x{2279}";
echo $char;  // Output: ≹

Ruby:

char = "\u{2279}"
puts char  # Output: ≹

Rust:

let c = '\u{2279}';
println!("{}", c);  // Output: ≹

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002279";  /* Display: ≹ */
}

HTML Decimal:

<p>HTML decimal: &#8825;</p>  <!-- Display: ≹ -->

HTML Hexadecimal:

<p>HTML hex: &#x2279;</p>  <!-- Display: ≹ -->

URL Encoding:

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

Encodings

MD5:

ee1146612034e284442d3004ffd2a4a9

SHA1:

114e762e22319ba615c603b7c04929f1eee3c94d

Base64:

4om5