Unicode Finder

"⊴" U+22B4(NORMAL SUBGROUP OF OR EQUAL TO)

U+22B4
Nom du Bloc
Mathematical Operators
Nom
NORMAL SUBGROUP OF OR EQUAL TO

Programming

C
\u22B4
JavaScript
\u22B4
Java
\u22B4
Json
\u22B4
Python
\u22B4
Perl
\x{22B4}
PHP
\x{22B4}
Ruby
\u{22B4}
Rust
\u{22B4}
Go
\u22B4

Web

CSS
\0022B4
HtmlDecimal
⊴
HtmlHexadecimal
⊴
Url
%E2%8A%B4

Code

MD5
f84e47b868cd1a39decb4c55ff6496e6
Sha1
c04714d409f9cb73fac079fd05d8bbaeda2dd4f3
Base64
4oq0

Exemples d'Utilisation

Programming Languages

C:

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

JavaScript:

const char = '\u22B4';
console.log(char);  // Output: ⊴

Java:

char c = '\u22B4';
System.out.println(c);  // Output: ⊴

JSON:

{"text": "\u22B4"}  // Value: ⊴

Python:

char = '\u22B4'
print(char)  # Output: ⊴

Perl:

my $char = "\x{22B4}";
print $char;  # Output: ⊴

PHP:

$char = "\x{22B4}";
echo $char;  // Output: ⊴

Ruby:

char = "\u{22B4}"
puts char  # Output: ⊴

Rust:

let c = '\u{22B4}';
println!("{}", c);  // Output: ⊴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0022B4";  /* Display: ⊴ */
}

HTML Decimal:

<p>HTML decimal: &#8884;</p>  <!-- Display: ⊴ -->

HTML Hexadecimal:

<p>HTML hex: &#x22B4;</p>  <!-- Display: ⊴ -->

URL Encoding:

// ⊴ URL encoding
https://unicodefinder.com/search.php?query=%E2%8A%B4

Encodings

MD5:

f84e47b868cd1a39decb4c55ff6496e6

SHA1:

c04714d409f9cb73fac079fd05d8bbaeda2dd4f3

Base64:

4oq0