Unicode Finder

"∹" U+2239(EXCESS)

U+2239
Blockname
Mathematical Operators
Name
EXCESS

Programming

C
\u2239
JavaScript
\u2239
Java
\u2239
Json
\u2239
Python
\u2239
Perl
\x{2239}
PHP
\x{2239}
Ruby
\u{2239}
Rust
\u{2239}
Go
\u2239

Web

CSS
\002239
HtmlDecimal
∹
HtmlHexadecimal
∹
Url
%E2%88%B9

Code

MD5
33d616b8c2fb80defb278850a7eaeb0c
Sha1
fd1749a031527622d9a9306a7ccd463aa43c6947
Base64
4oi5

Verwendungsbeispiele

Programming Languages

C:

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

JavaScript:

const char = '\u2239';
console.log(char);  // Output: ∹

Java:

char c = '\u2239';
System.out.println(c);  // Output: ∹

JSON:

{"text": "\u2239"}  // Value: ∹

Python:

char = '\u2239'
print(char)  # Output: ∹

Perl:

my $char = "\x{2239}";
print $char;  # Output: ∹

PHP:

$char = "\x{2239}";
echo $char;  // Output: ∹

Ruby:

char = "\u{2239}"
puts char  # Output: ∹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002239";  /* Display: ∹ */
}

HTML Decimal:

<p>HTML decimal: &#8761;</p>  <!-- Display: ∹ -->

HTML Hexadecimal:

<p>HTML hex: &#x2239;</p>  <!-- Display: ∹ -->

URL Encoding:

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

Encodings

MD5:

33d616b8c2fb80defb278850a7eaeb0c

SHA1:

fd1749a031527622d9a9306a7ccd463aa43c6947

Base64:

4oi5