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