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