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