C:
char c = '\u5524';
printf("%c\n", c); // Output: 唤
JavaScript:
const char = '\u5524';
console.log(char); // Output: 唤
Java:
char c = '\u5524';
System.out.println(c); // Output: 唤
JSON:
{"text": "\u5524"} // Value: 唤
Python:
char = '\u5524'
print(char) # Output: 唤
Perl:
my $char = "\x{5524}";
print $char; # Output: 唤
PHP:
$char = "\x{5524}";
echo $char; // Output: 唤
Ruby:
char = "\u{5524}"
puts char # Output: 唤
Rust:
let c = '\u{5524}';
println!("{}", c); // Output: 唤
Go:
char := '\u5524'
fmt.Printf("%c\n", char) // Output: 唤
CSS:
/* CSS content property */
.element::before {
content: "\005524"; /* 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%94%A4
MD5:
2b8ecc72a9133e688a68f30eafb94be0
SHA1:
7c6bed99a005d0263dd969f5a89c15fb64464aeb
Base64:
5ZSk