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