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