C:
char c = '\u5436';
printf("%c\n", c); // Output: 吶
JavaScript:
const char = '\u5436';
console.log(char); // Output: 吶
Java:
char c = '\u5436';
System.out.println(c); // Output: 吶
JSON:
{"text": "\u5436"} // Value: 吶
Python:
char = '\u5436'
print(char) # Output: 吶
Perl:
my $char = "\x{5436}";
print $char; # Output: 吶
PHP:
$char = "\x{5436}";
echo $char; // Output: 吶
Ruby:
char = "\u{5436}"
puts char # Output: 吶
Rust:
let c = '\u{5436}';
println!("{}", c); // Output: 吶
Go:
char := '\u5436'
fmt.Printf("%c\n", char) // Output: 吶
CSS:
/* CSS content property */
.element::before {
content: "\005436"; /* 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%B6
MD5:
63f74181276f65f2b9b31da9bc7abff9
SHA1:
3727d470acbaae06f63825ae9e6325a0bf732e2a
Base64:
5ZC2