C:
char c = '\u9589';
printf("%c\n", c); // Output: 閉
JavaScript:
const char = '\u9589';
console.log(char); // Output: 閉
Java:
char c = '\u9589';
System.out.println(c); // Output: 閉
JSON:
{"text": "\u9589"} // Value: 閉
Python:
char = '\u9589'
print(char) # Output: 閉
Perl:
my $char = "\x{9589}";
print $char; # Output: 閉
PHP:
$char = "\x{9589}";
echo $char; // Output: 閉
Ruby:
char = "\u{9589}"
puts char # Output: 閉
Rust:
let c = '\u{9589}';
println!("{}", c); // Output: 閉
Go:
char := '\u9589'
fmt.Printf("%c\n", char) // Output: 閉
CSS:
/* CSS content property */
.element::before {
content: "\009589"; /* 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=%E9%96%89
MD5:
df08ff88273b0504f2de74cbb24f4cc6
SHA1:
b502f0a8ad228602ec446497c5987ee90d1e0f0b
Base64:
6ZaJ