C:
char c = '\u5474';
printf("%c\n", c); // Output: 呴
JavaScript:
const char = '\u5474';
console.log(char); // Output: 呴
Java:
char c = '\u5474';
System.out.println(c); // Output: 呴
JSON:
{"text": "\u5474"} // Value: 呴
Python:
char = '\u5474'
print(char) # Output: 呴
Perl:
my $char = "\x{5474}";
print $char; # Output: 呴
PHP:
$char = "\x{5474}";
echo $char; // Output: 呴
Ruby:
char = "\u{5474}"
puts char # Output: 呴
Rust:
let c = '\u{5474}';
println!("{}", c); // Output: 呴
Go:
char := '\u5474'
fmt.Printf("%c\n", char) // Output: 呴
CSS:
/* CSS content property */
.element::before {
content: "\005474"; /* 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%91%B4
MD5:
f2fc4af24f0daab6aa8358df5351129f
SHA1:
1dbcff1df8025818e402e362ba878df9e5eb7284
Base64:
5ZG0