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