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