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