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