C:
char c = '\uA6A8';
printf("%c\n", c); // Output: ꚨ
JavaScript:
const char = '\uA6A8';
console.log(char); // Output: ꚨ
Java:
char c = '\uA6A8';
System.out.println(c); // Output: ꚨ
JSON:
{"text": "\uA6A8"} // Value: ꚨ
Python:
char = '\uA6A8'
print(char) # Output: ꚨ
Perl:
my $char = "\x{A6A8}";
print $char; # Output: ꚨ
PHP:
$char = "\x{A6A8}";
echo $char; // Output: ꚨ
Ruby:
char = "\u{A6A8}"
puts char # Output: ꚨ
Rust:
let c = '\u{A6A8}';
println!("{}", c); // Output: ꚨ
Go:
char := '\uA6A8'
fmt.Printf("%c\n", char) // Output: ꚨ
CSS:
/* CSS content property */
.element::before {
content: "\00A6A8"; /* 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%9A%A8
MD5:
679a4a509161e8f5b936e09f3b7dfa54
SHA1:
98630ecacc11be4b16d88a2147b95b97184301c5
Base64:
6pqo