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