C:
char c = '\u224D';
printf("%c\n", c); // Output: ≍
JavaScript:
const char = '\u224D';
console.log(char); // Output: ≍
Java:
char c = '\u224D';
System.out.println(c); // Output: ≍
JSON:
{"text": "\u224D"} // Value: ≍
Python:
char = '\u224D'
print(char) # Output: ≍
Perl:
my $char = "\x{224D}";
print $char; # Output: ≍
PHP:
$char = "\x{224D}";
echo $char; // Output: ≍
Ruby:
char = "\u{224D}"
puts char # Output: ≍
Rust:
let c = '\u{224D}';
println!("{}", c); // Output: ≍
Go:
char := '\u224D'
fmt.Printf("%c\n", char) // Output: ≍
CSS:
/* CSS content property */
.element::before {
content: "\00224D"; /* 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%8D
MD5:
f81985014c11d43e3f56c3fc022ce2e7
SHA1:
7d44771c42c4c7b026387a628ee3ede565443a34
Base64:
4omN