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