C:
char c = '\u89BF';
printf("%c\n", c); // Output: 覿
JavaScript:
const char = '\u89BF';
console.log(char); // Output: 覿
Java:
char c = '\u89BF';
System.out.println(c); // Output: 覿
JSON:
{"text": "\u89BF"} // Value: 覿
Python:
char = '\u89BF'
print(char) # Output: 覿
Perl:
my $char = "\x{89BF}";
print $char; # Output: 覿
PHP:
$char = "\x{89BF}";
echo $char; // Output: 覿
Ruby:
char = "\u{89BF}"
puts char # Output: 覿
Rust:
let c = '\u{89BF}';
println!("{}", c); // Output: 覿
Go:
char := '\u89BF'
fmt.Printf("%c\n", char) // Output: 覿
CSS:
/* CSS content property */
.element::before {
content: "\0089BF"; /* 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=%E8%A6%BF
MD5:
a337753a9c1bca18a7ca657565916034
SHA1:
f682f7a8b1f372a212767deb4ef354afe401f610
Base64:
6Ka/