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