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