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