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