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