C:
char c = '\u9597';
printf("%c\n", c); // Output: 閗
JavaScript:
const char = '\u9597';
console.log(char); // Output: 閗
Java:
char c = '\u9597';
System.out.println(c); // Output: 閗
JSON:
{"text": "\u9597"} // Value: 閗
Python:
char = '\u9597'
print(char) # Output: 閗
Perl:
my $char = "\x{9597}";
print $char; # Output: 閗
PHP:
$char = "\x{9597}";
echo $char; // Output: 閗
Ruby:
char = "\u{9597}"
puts char # Output: 閗
Rust:
let c = '\u{9597}';
println!("{}", c); // Output: 閗
Go:
char := '\u9597'
fmt.Printf("%c\n", char) // Output: 閗
CSS:
/* CSS content property */
.element::before {
content: "\009597"; /* 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%97
MD5:
e8e651c69a91f6326c06dd0a1f183709
SHA1:
fc14f7b46d09538b5ab5a56ee552bd129f3011ef
Base64:
6ZaX