C:
char c = '\u5337';
printf("%c\n", c); // Output: 匷
JavaScript:
const char = '\u5337';
console.log(char); // Output: 匷
Java:
char c = '\u5337';
System.out.println(c); // Output: 匷
JSON:
{"text": "\u5337"} // Value: 匷
Python:
char = '\u5337'
print(char) # Output: 匷
Perl:
my $char = "\x{5337}";
print $char; # Output: 匷
PHP:
$char = "\x{5337}";
echo $char; // Output: 匷
Ruby:
char = "\u{5337}"
puts char # Output: 匷
Rust:
let c = '\u{5337}';
println!("{}", c); // Output: 匷
Go:
char := '\u5337'
fmt.Printf("%c\n", char) // Output: 匷
CSS:
/* CSS content property */
.element::before {
content: "\005337"; /* 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%8C%B7
MD5:
29f93ca7e2d6d4e6c7be5ec8feba7755
SHA1:
fe0a9ab468469edf5c3d2cfb78014726fd2302a1
Base64:
5Yy3