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