C:
char c = '\u2239';
printf("%c\n", c); // Output: ∹
JavaScript:
const char = '\u2239';
console.log(char); // Output: ∹
Java:
char c = '\u2239';
System.out.println(c); // Output: ∹
JSON:
{"text": "\u2239"} // Value: ∹
Python:
char = '\u2239'
print(char) # Output: ∹
Perl:
my $char = "\x{2239}";
print $char; # Output: ∹
PHP:
$char = "\x{2239}";
echo $char; // Output: ∹
Ruby:
char = "\u{2239}"
puts char # Output: ∹
Rust:
let c = '\u{2239}';
println!("{}", c); // Output: ∹
Go:
char := '\u2239'
fmt.Printf("%c\n", char) // Output: ∹
CSS:
/* CSS content property */
.element::before {
content: "\002239"; /* 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%B9
MD5:
33d616b8c2fb80defb278850a7eaeb0c
SHA1:
fd1749a031527622d9a9306a7ccd463aa43c6947
Base64:
4oi5