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: ∴
CSS:
/* CSS content property */
.element::before {
content: "\002234"; /* 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%B4
MD5:
95e029696a8e77db6f75665e6464c095
SHA1:
4309f68d482bf595c3832e44d48213dfa2109228
Base64:
4oi0