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