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