C:
char c = '\uA5D6';
printf("%c\n", c); // Output: ꗖ
JavaScript:
const char = '\uA5D6';
console.log(char); // Output: ꗖ
Java:
char c = '\uA5D6';
System.out.println(c); // Output: ꗖ
JSON:
{"text": "\uA5D6"} // Value: ꗖ
Python:
char = '\uA5D6'
print(char) # Output: ꗖ
Perl:
my $char = "\x{A5D6}";
print $char; # Output: ꗖ
PHP:
$char = "\x{A5D6}";
echo $char; // Output: ꗖ
Ruby:
char = "\u{A5D6}"
puts char # Output: ꗖ
Rust:
let c = '\u{A5D6}';
println!("{}", c); // Output: ꗖ
Go:
char := '\uA5D6'
fmt.Printf("%c\n", char) // Output: ꗖ
CSS:
/* CSS content property */
.element::before {
content: "\00A5D6"; /* 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%97%96
MD5:
1a92af08884dee24aba3b9fdad0d26ac
SHA1:
3c94f04435a81865378139f89fc081d949c4cbb2
Base64:
6peW