C:
char c = '\uA5D4';
printf("%c\n", c); // Output: ꗔ
JavaScript:
const char = '\uA5D4';
console.log(char); // Output: ꗔ
Java:
char c = '\uA5D4';
System.out.println(c); // Output: ꗔ
JSON:
{"text": "\uA5D4"} // Value: ꗔ
Python:
char = '\uA5D4'
print(char) # Output: ꗔ
Perl:
my $char = "\x{A5D4}";
print $char; # Output: ꗔ
PHP:
$char = "\x{A5D4}";
echo $char; // Output: ꗔ
Ruby:
char = "\u{A5D4}"
puts char # Output: ꗔ
Rust:
let c = '\u{A5D4}';
println!("{}", c); // Output: ꗔ
Go:
char := '\uA5D4'
fmt.Printf("%c\n", char) // Output: ꗔ
CSS:
/* CSS content property */
.element::before {
content: "\00A5D4"; /* 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%94
MD5:
2aa1916ac8ddbc8abc9bc7f1b28f5c04
SHA1:
b7c3e578d9842d41aa5133925a2d61795ff4f8b3
Base64:
6peU