C:
char c = '\uA5F4';
printf("%c\n", c); // Output: ꗴ
JavaScript:
const char = '\uA5F4';
console.log(char); // Output: ꗴ
Java:
char c = '\uA5F4';
System.out.println(c); // Output: ꗴ
JSON:
{"text": "\uA5F4"} // Value: ꗴ
Python:
char = '\uA5F4'
print(char) # Output: ꗴ
Perl:
my $char = "\x{A5F4}";
print $char; # Output: ꗴ
PHP:
$char = "\x{A5F4}";
echo $char; // Output: ꗴ
Ruby:
char = "\u{A5F4}"
puts char # Output: ꗴ
Rust:
let c = '\u{A5F4}';
println!("{}", c); // Output: ꗴ
Go:
char := '\uA5F4'
fmt.Printf("%c\n", char) // Output: ꗴ
CSS:
/* CSS content property */
.element::before {
content: "\00A5F4"; /* 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=%EA%97%B4
MD5:
129e8b7221e794b063dfbe0d61118605
SHA1:
f97782af335ee17dce965c5cd8cc1e16c2f1ccb1
Base64:
6pe0