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