C:
char c = '\u9591';
printf("%c\n", c); // Output: 閑
JavaScript:
const char = '\u9591';
console.log(char); // Output: 閑
Java:
char c = '\u9591';
System.out.println(c); // Output: 閑
JSON:
{"text": "\u9591"} // Value: 閑
Python:
char = '\u9591'
print(char) # Output: 閑
Perl:
my $char = "\x{9591}";
print $char; # Output: 閑
PHP:
$char = "\x{9591}";
echo $char; // Output: 閑
Ruby:
char = "\u{9591}"
puts char # Output: 閑
Rust:
let c = '\u{9591}';
println!("{}", c); // Output: 閑
Go:
char := '\u9591'
fmt.Printf("%c\n", char) // Output: 閑
CSS:
/* CSS content property */
.element::before {
content: "\009591"; /* 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%91
MD5:
76662c60aafe05f1a77c3889ca5a5d13
SHA1:
e0ff92ce613a46812d3b676a071991a5c4978b41
Base64:
6ZaR