C:
char c = '\u5A3C';
printf("%c\n", c); // Output: 娼
JavaScript:
const char = '\u5A3C';
console.log(char); // Output: 娼
Java:
char c = '\u5A3C';
System.out.println(c); // Output: 娼
JSON:
{"text": "\u5A3C"} // Value: 娼
Python:
char = '\u5A3C'
print(char) # Output: 娼
Perl:
my $char = "\x{5A3C}";
print $char; # Output: 娼
PHP:
$char = "\x{5A3C}";
echo $char; // Output: 娼
Ruby:
char = "\u{5A3C}"
puts char # Output: 娼
Rust:
let c = '\u{5A3C}';
println!("{}", c); // Output: 娼
Go:
char := '\u5A3C'
fmt.Printf("%c\n", char) // Output: 娼
CSS:
/* CSS content property */
.element::before {
content: "\005A3C"; /* 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%A8%BC
MD5:
8cf8fafcef19c55f8a1afd58e45981b8
SHA1:
2dca3e3fa9921d60a3fdb8834e475b9369d95b77
Base64:
5ai8