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