C:
char c = '\u552C';
printf("%c\n", c); // Output: 唬
JavaScript:
const char = '\u552C';
console.log(char); // Output: 唬
Java:
char c = '\u552C';
System.out.println(c); // Output: 唬
JSON:
{"text": "\u552C"} // Value: 唬
Python:
char = '\u552C'
print(char) # Output: 唬
Perl:
my $char = "\x{552C}";
print $char; # Output: 唬
PHP:
$char = "\x{552C}";
echo $char; // Output: 唬
Ruby:
char = "\u{552C}"
puts char # Output: 唬
Rust:
let c = '\u{552C}';
println!("{}", c); // Output: 唬
Go:
char := '\u552C'
fmt.Printf("%c\n", char) // Output: 唬
CSS:
/* CSS content property */
.element::before {
content: "\00552C"; /* 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%AC
MD5:
28be28a52a3a9c4dc722ce446101df7f
SHA1:
7acbb987b63279b2a15673f67230c4a164dd1bd1
Base64:
5ZSs