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: ∷
CSS:
/* CSS content property */
.element::before {
content: "\002237"; /* 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%B7
MD5:
e6e72b27592edacc7245a8dec67dd7a2
SHA1:
352fb6442932caf277de5907716401de0254bc4b
Base64:
4oi3