C:
char c = '\u5653';
printf("%c\n", c); // Output: 噓
JavaScript:
const char = '\u5653';
console.log(char); // Output: 噓
Java:
char c = '\u5653';
System.out.println(c); // Output: 噓
JSON:
{"text": "\u5653"} // Value: 噓
Python:
char = '\u5653'
print(char) # Output: 噓
Perl:
my $char = "\x{5653}";
print $char; # Output: 噓
PHP:
$char = "\x{5653}";
echo $char; // Output: 噓
Ruby:
char = "\u{5653}"
puts char # Output: 噓
Rust:
let c = '\u{5653}';
println!("{}", c); // Output: 噓
Go:
char := '\u5653'
fmt.Printf("%c\n", char) // Output: 噓
CSS:
/* CSS content property */
.element::before {
content: "\005653"; /* 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%99%93
MD5:
4cd08bd7f68269d13fc033dde7f9da3d
SHA1:
913ac7c06a96e1523e347033393fdbd218ea8094
Base64:
5ZmT