C:
char c = '\u2259';
printf("%c\n", c); // Output: ≙
JavaScript:
const char = '\u2259';
console.log(char); // Output: ≙
Java:
char c = '\u2259';
System.out.println(c); // Output: ≙
JSON:
{"text": "\u2259"} // Value: ≙
Python:
char = '\u2259'
print(char) # Output: ≙
Perl:
my $char = "\x{2259}";
print $char; # Output: ≙
PHP:
$char = "\x{2259}";
echo $char; // Output: ≙
Ruby:
char = "\u{2259}"
puts char # Output: ≙
Rust:
let c = '\u{2259}';
println!("{}", c); // Output: ≙
Go:
char := '\u2259'
fmt.Printf("%c\n", char) // Output: ≙
CSS:
/* CSS content property */
.element::before {
content: "\002259"; /* 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%99
MD5:
2e4dc8df6a03b3aba94cf932b9273fbe
SHA1:
26ccc67ab3264bc441b4692029eb6c690ab3839b
Base64:
4omZ