C:
char c = '\u8997';
printf("%c\n", c); // Output: 覗
JavaScript:
const char = '\u8997';
console.log(char); // Output: 覗
Java:
char c = '\u8997';
System.out.println(c); // Output: 覗
JSON:
{"text": "\u8997"} // Value: 覗
Python:
char = '\u8997'
print(char) # Output: 覗
Perl:
my $char = "\x{8997}";
print $char; # Output: 覗
PHP:
$char = "\x{8997}";
echo $char; // Output: 覗
Ruby:
char = "\u{8997}"
puts char # Output: 覗
Rust:
let c = '\u{8997}';
println!("{}", c); // Output: 覗
Go:
char := '\u8997'
fmt.Printf("%c\n", char) // Output: 覗
CSS:
/* CSS content property */
.element::before {
content: "\008997"; /* 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%97
MD5:
9354ac1c113c0b4a88e75e17b2103752
SHA1:
4e2a437f385c3b02492485eb122b92a593e6cdfd
Base64:
6KaX