Unicode Finder

"⩽" U+2A7D(LESS-THAN OR SLANTED EQUAL TO)

U+2A7D
Block Name
Supplemental Mathematical Operators
Name
LESS-THAN OR SLANTED EQUAL TO

Programming

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

Web

CSS
\002A7D
HtmlDecimal
⩽
HtmlHexadecimal
⩽
Url
%E2%A9%BD

Code

MD5
340b50c3d23334f3c86f2c446883af2d
Sha1
c6ff8e2c6a696ab814f9bd9d479cfb6c8d7ab277
Base64
4qm9

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2A7D';
console.log(char);  // Output: ⩽

Java:

char c = '\u2A7D';
System.out.println(c);  // Output: ⩽

JSON:

{"text": "\u2A7D"}  // Value: ⩽

Python:

char = '\u2A7D'
print(char)  # Output: ⩽

Perl:

my $char = "\x{2A7D}";
print $char;  # Output: ⩽

PHP:

$char = "\x{2A7D}";
echo $char;  // Output: ⩽

Ruby:

char = "\u{2A7D}"
puts char  # Output: ⩽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#10877;</p>  <!-- Display: ⩽ -->

HTML Hexadecimal:

<p>HTML hex: &#x2A7D;</p>  <!-- Display: ⩽ -->

URL Encoding:

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

Encodings

MD5:

340b50c3d23334f3c86f2c446883af2d

SHA1:

c6ff8e2c6a696ab814f9bd9d479cfb6c8d7ab277

Base64:

4qm9