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