C:
char c = '\u56E7';
printf("%c\n", c); // Output: 囧
JavaScript:
const char = '\u56E7';
console.log(char); // Output: 囧
Java:
char c = '\u56E7';
System.out.println(c); // Output: 囧
JSON:
{"text": "\u56E7"} // Value: 囧
Python:
char = '\u56E7'
print(char) # Output: 囧
Perl:
my $char = "\x{56E7}";
print $char; # Output: 囧
PHP:
$char = "\x{56E7}";
echo $char; // Output: 囧
Ruby:
char = "\u{56E7}"
puts char # Output: 囧
Rust:
let c = '\u{56E7}';
println!("{}", c); // Output: 囧
Go:
char := '\u56E7'
fmt.Printf("%c\n", char) // Output: 囧
CSS:
/* CSS content property */
.element::before {
content: "\0056E7"; /* 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%9B%A7
MD5:
28986931b90a613b312e004ee2d4925a
SHA1:
3966ffb4cd0c93e0e5ed75ac710c60c76bd7dce3
Base64:
5Zun