Unicode Finder

"∶" U+2236(RATIO)

U+2236
Blockname
Mathematical Operators
Name
RATIO

Programming

C
\u2236
JavaScript
\u2236
Java
\u2236
Json
\u2236
Python
\u2236
Perl
\x{2236}
PHP
\x{2236}
Ruby
\u{2236}
Rust
\u{2236}
Go
\u2236

Web

CSS
\002236
HtmlDecimal
∶
HtmlHexadecimal
∶
Url
%E2%88%B6

Code

MD5
697ed1dc9448aa176624135043e4d6f7
Sha1
5eb8d6055fc11173f59f1138c10cd8a4cf475f4a
Base64
4oi2

Verwendungsbeispiele

Programming Languages

C:

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

JavaScript:

const char = '\u2236';
console.log(char);  // Output: ∶

Java:

char c = '\u2236';
System.out.println(c);  // Output: ∶

JSON:

{"text": "\u2236"}  // Value: ∶

Python:

char = '\u2236'
print(char)  # Output: ∶

Perl:

my $char = "\x{2236}";
print $char;  # Output: ∶

PHP:

$char = "\x{2236}";
echo $char;  // Output: ∶

Ruby:

char = "\u{2236}"
puts char  # Output: ∶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002236";  /* Display: ∶ */
}

HTML Decimal:

<p>HTML decimal: &#8758;</p>  <!-- Display: ∶ -->

HTML Hexadecimal:

<p>HTML hex: &#x2236;</p>  <!-- Display: ∶ -->

URL Encoding:

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

Encodings

MD5:

697ed1dc9448aa176624135043e4d6f7

SHA1:

5eb8d6055fc11173f59f1138c10cd8a4cf475f4a

Base64:

4oi2