C:
char c = '\u55A2';
printf("%c\n", c); // Output: 喢
JavaScript:
const char = '\u55A2';
console.log(char); // Output: 喢
Java:
char c = '\u55A2';
System.out.println(c); // Output: 喢
JSON:
{"text": "\u55A2"} // Value: 喢
Python:
char = '\u55A2'
print(char) # Output: 喢
Perl:
my $char = "\x{55A2}";
print $char; # Output: 喢
PHP:
$char = "\x{55A2}";
echo $char; // Output: 喢
Ruby:
char = "\u{55A2}"
puts char # Output: 喢
Rust:
let c = '\u{55A2}';
println!("{}", c); // Output: 喢
Go:
char := '\u55A2'
fmt.Printf("%c\n", char) // Output: 喢
CSS:
/* CSS content property */
.element::before {
content: "\0055A2"; /* 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%96%A2
MD5:
80f196a9efefb9fa2b28ea9df77ae6b0
SHA1:
ab469a0ae3c4206a574147a6ef9836966fe5b8ac
Base64:
5Zai