C:
char c = '\u56FC';
printf("%c\n", c); // Output: 囼
JavaScript:
const char = '\u56FC';
console.log(char); // Output: 囼
Java:
char c = '\u56FC';
System.out.println(c); // Output: 囼
JSON:
{"text": "\u56FC"} // Value: 囼
Python:
char = '\u56FC'
print(char) # Output: 囼
Perl:
my $char = "\x{56FC}";
print $char; # Output: 囼
PHP:
$char = "\x{56FC}";
echo $char; // Output: 囼
Ruby:
char = "\u{56FC}"
puts char # Output: 囼
Rust:
let c = '\u{56FC}';
println!("{}", c); // Output: 囼
Go:
char := '\u56FC'
fmt.Printf("%c\n", char) // Output: 囼
CSS:
/* CSS content property */
.element::before {
content: "\0056FC"; /* 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%BC
MD5:
eee3a08074f4ac101b4cf9d6e9d8df66
SHA1:
065684f6e5fb009417d36b526e3d8f61a42c989a
Base64:
5Zu8