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