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