C:
char c = '\u5439';
printf("%c\n", c); // Output: 吹
JavaScript:
const char = '\u5439';
console.log(char); // Output: 吹
Java:
char c = '\u5439';
System.out.println(c); // Output: 吹
JSON:
{"text": "\u5439"} // Value: 吹
Python:
char = '\u5439'
print(char) # Output: 吹
Perl:
my $char = "\x{5439}";
print $char; # Output: 吹
PHP:
$char = "\x{5439}";
echo $char; // Output: 吹
Ruby:
char = "\u{5439}"
puts char # Output: 吹
Rust:
let c = '\u{5439}';
println!("{}", c); // Output: 吹
Go:
char := '\u5439'
fmt.Printf("%c\n", char) // Output: 吹
CSS:
/* CSS content property */
.element::before {
content: "\005439"; /* 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%B9
MD5:
5031712c89b087dacba9d0632760ae11
SHA1:
3b1bae0eaddd36b0a6ea8f8bfcf58d82807420f3
Base64:
5ZC5