C:
char c = '\u2257';
printf("%c\n", c); // Output: ≗
JavaScript:
const char = '\u2257';
console.log(char); // Output: ≗
Java:
char c = '\u2257';
System.out.println(c); // Output: ≗
JSON:
{"text": "\u2257"} // Value: ≗
Python:
char = '\u2257'
print(char) # Output: ≗
Perl:
my $char = "\x{2257}";
print $char; # Output: ≗
PHP:
$char = "\x{2257}";
echo $char; // Output: ≗
Ruby:
char = "\u{2257}"
puts char # Output: ≗
Rust:
let c = '\u{2257}';
println!("{}", c); // Output: ≗
Go:
char := '\u2257'
fmt.Printf("%c\n", char) // Output: ≗
CSS:
/* CSS content property */
.element::before {
content: "\002257"; /* 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%89%97
MD5:
e1f19959f785b9e3149d052680001556
SHA1:
7aa09230bda119e75c91371a01a4659035b34f8c
Base64:
4omX