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