Unicode Finder

"∷" U+2237(PROPORTION)

U+2237
Blockname
Mathematical Operators
Name
PROPORTION

Programming

C
\u2237
JavaScript
\u2237
Java
\u2237
Json
\u2237
Python
\u2237
Perl
\x{2237}
PHP
\x{2237}
Ruby
\u{2237}
Rust
\u{2237}
Go
\u2237

Web

CSS
\002237
HtmlDecimal
∷
HtmlHexadecimal
∷
Url
%E2%88%B7

Code

MD5
e6e72b27592edacc7245a8dec67dd7a2
Sha1
352fb6442932caf277de5907716401de0254bc4b
Base64
4oi3

Verwendungsbeispiele

Programming Languages

C:

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

JavaScript:

const char = '\u2237';
console.log(char);  // Output: ∷

Java:

char c = '\u2237';
System.out.println(c);  // Output: ∷

JSON:

{"text": "\u2237"}  // Value: ∷

Python:

char = '\u2237'
print(char)  # Output: ∷

Perl:

my $char = "\x{2237}";
print $char;  # Output: ∷

PHP:

$char = "\x{2237}";
echo $char;  // Output: ∷

Ruby:

char = "\u{2237}"
puts char  # Output: ∷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002237";  /* Display: ∷ */
}

HTML Decimal:

<p>HTML decimal: &#8759;</p>  <!-- Display: ∷ -->

HTML Hexadecimal:

<p>HTML hex: &#x2237;</p>  <!-- Display: ∷ -->

URL Encoding:

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

Encodings

MD5:

e6e72b27592edacc7245a8dec67dd7a2

SHA1:

352fb6442932caf277de5907716401de0254bc4b

Base64:

4oi3