C:
char c = '\u5437';
printf("%c\n", c); // Output: 吷
JavaScript:
const char = '\u5437';
console.log(char); // Output: 吷
Java:
char c = '\u5437';
System.out.println(c); // Output: 吷
JSON:
{"text": "\u5437"} // Value: 吷
Python:
char = '\u5437'
print(char) # Output: 吷
Perl:
my $char = "\x{5437}";
print $char; # Output: 吷
PHP:
$char = "\x{5437}";
echo $char; // Output: 吷
Ruby:
char = "\u{5437}"
puts char # Output: 吷
Rust:
let c = '\u{5437}';
println!("{}", c); // Output: 吷
Go:
char := '\u5437'
fmt.Printf("%c\n", char) // Output: 吷
CSS:
/* CSS content property */
.element::before {
content: "\005437"; /* 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=%E5%90%B7
MD5:
e6e7859269621189b36f7f4564fc8990
SHA1:
3ba0566d8c91fded50684ae160358cccd07f5dbf
Base64:
5ZC3