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