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