C:
char c = '\u5577';
printf("%c\n", c); // Output: 啷
JavaScript:
const char = '\u5577';
console.log(char); // Output: 啷
Java:
char c = '\u5577';
System.out.println(c); // Output: 啷
JSON:
{"text": "\u5577"} // Value: 啷
Python:
char = '\u5577'
print(char) # Output: 啷
Perl:
my $char = "\x{5577}";
print $char; # Output: 啷
PHP:
$char = "\x{5577}";
echo $char; // Output: 啷
Ruby:
char = "\u{5577}"
puts char # Output: 啷
Rust:
let c = '\u{5577}';
println!("{}", c); // Output: 啷
Go:
char := '\u5577'
fmt.Printf("%c\n", char) // Output: 啷
CSS:
/* CSS content property */
.element::before {
content: "\005577"; /* 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%95%B7
MD5:
314e399992a44593f15b856c996717a5
SHA1:
fe78577cc5c45329ec4ab3e5734336108023aa78
Base64:
5ZW3