C:
char c = '\uA9A5';
printf("%c\n", c); // Output: ꦥ
JavaScript:
const char = '\uA9A5';
console.log(char); // Output: ꦥ
Java:
char c = '\uA9A5';
System.out.println(c); // Output: ꦥ
JSON:
{"text": "\uA9A5"} // Value: ꦥ
Python:
char = '\uA9A5'
print(char) # Output: ꦥ
Perl:
my $char = "\x{A9A5}";
print $char; # Output: ꦥ
PHP:
$char = "\x{A9A5}";
echo $char; // Output: ꦥ
Ruby:
char = "\u{A9A5}"
puts char # Output: ꦥ
Rust:
let c = '\u{A9A5}';
println!("{}", c); // Output: ꦥ
Go:
char := '\uA9A5'
fmt.Printf("%c\n", char) // Output: ꦥ
CSS:
/* CSS content property */
.element::before {
content: "\00A9A5"; /* 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%A6%A5
MD5:
47b089ba378f15a8730d5160bbcdbc73
SHA1:
f1cc7ddaa1708ca8adc8014a0e0797935117cf6e
Base64:
6qal