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