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: ∶
CSS:
/* CSS content property */
.element::before {
content: "\002236"; /* Display: ∶ */
}
HTML Decimal:
<p>HTML decimal: ∶</p> <!-- Display: ∶ -->
HTML Hexadecimal:
<p>HTML hex: ∶</p> <!-- Display: ∶ -->
URL Encoding:
// ∶ URL encoding
https://unicodefinder.com/search.php?query=%E2%88%B6
MD5:
697ed1dc9448aa176624135043e4d6f7
SHA1:
5eb8d6055fc11173f59f1138c10cd8a4cf475f4a
Base64:
4oi2