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