Unicode Finder

"≼" U+227C(PRECEDES OR EQUAL TO)

U+227C
Block Name
Mathematical Operators
Name
PRECEDES OR EQUAL TO

Programming

C
\u227C
JavaScript
\u227C
Java
\u227C
Json
\u227C
Python
\u227C
Perl
\x{227C}
PHP
\x{227C}
Ruby
\u{227C}
Rust
\u{227C}
Go
\u227C

Web

CSS
\00227C
HtmlDecimal
≼
HtmlHexadecimal
≼
Url
%E2%89%BC

Code

MD5
39e16dde742cf596d1207cc63c29d1b9
Sha1
924b4f608f0dea98a411c59ef531a9859beaafd1
Base64
4om8

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u227C';
console.log(char);  // Output: ≼

Java:

char c = '\u227C';
System.out.println(c);  // Output: ≼

JSON:

{"text": "\u227C"}  // Value: ≼

Python:

char = '\u227C'
print(char)  # Output: ≼

Perl:

my $char = "\x{227C}";
print $char;  # Output: ≼

PHP:

$char = "\x{227C}";
echo $char;  // Output: ≼

Ruby:

char = "\u{227C}"
puts char  # Output: ≼

Rust:

let c = '\u{227C}';
println!("{}", c);  // Output: ≼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00227C";  /* Display: ≼ */
}

HTML Decimal:

<p>HTML decimal: &#8828;</p>  <!-- Display: ≼ -->

HTML Hexadecimal:

<p>HTML hex: &#x227C;</p>  <!-- Display: ≼ -->

URL Encoding:

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

Encodings

MD5:

39e16dde742cf596d1207cc63c29d1b9

SHA1:

924b4f608f0dea98a411c59ef531a9859beaafd1

Base64:

4om8