Unicode Finder

"∴" U+2234(THEREFORE)

U+2234
Blockname
Mathematical Operators
Name
THEREFORE

Programming

C
\u2234
JavaScript
\u2234
Java
\u2234
Json
\u2234
Python
\u2234
Perl
\x{2234}
PHP
\x{2234}
Ruby
\u{2234}
Rust
\u{2234}
Go
\u2234

Web

CSS
\002234
HtmlDecimal
∴
HtmlHexadecimal
∴
Url
%E2%88%B4

Code

MD5
95e029696a8e77db6f75665e6464c095
Sha1
4309f68d482bf595c3832e44d48213dfa2109228
Base64
4oi0

Verwendungsbeispiele

Programming Languages

C:

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

JavaScript:

const char = '\u2234';
console.log(char);  // Output: ∴

Java:

char c = '\u2234';
System.out.println(c);  // Output: ∴

JSON:

{"text": "\u2234"}  // Value: ∴

Python:

char = '\u2234'
print(char)  # Output: ∴

Perl:

my $char = "\x{2234}";
print $char;  # Output: ∴

PHP:

$char = "\x{2234}";
echo $char;  // Output: ∴

Ruby:

char = "\u{2234}"
puts char  # Output: ∴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002234";  /* Display: ∴ */
}

HTML Decimal:

<p>HTML decimal: &#8756;</p>  <!-- Display: ∴ -->

HTML Hexadecimal:

<p>HTML hex: &#x2234;</p>  <!-- Display: ∴ -->

URL Encoding:

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

Encodings

MD5:

95e029696a8e77db6f75665e6464c095

SHA1:

4309f68d482bf595c3832e44d48213dfa2109228

Base64:

4oi0