C:
char c = '\uA359';
printf("%c\n", c); // Output: ꍙ
JavaScript:
const char = '\uA359';
console.log(char); // Output: ꍙ
Java:
char c = '\uA359';
System.out.println(c); // Output: ꍙ
JSON:
{"text": "\uA359"} // Value: ꍙ
Python:
char = '\uA359'
print(char) # Output: ꍙ
Perl:
my $char = "\x{A359}";
print $char; # Output: ꍙ
PHP:
$char = "\x{A359}";
echo $char; // Output: ꍙ
Ruby:
char = "\u{A359}"
puts char # Output: ꍙ
Rust:
let c = '\u{A359}';
println!("{}", c); // Output: ꍙ
Go:
char := '\uA359'
fmt.Printf("%c\n", char) // Output: ꍙ
CSS:
/* CSS content property */
.element::before {
content: "\00A359"; /* 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%8D%99
MD5:
8313d99132904ae6ab4c078d77ef85dd
SHA1:
aa743b1f17047189a60e5c3742956c6d8d6b5fee
Base64:
6o2Z