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