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