C:
char c = '\u5A2C';
printf("%c\n", c); // Output: 娬
JavaScript:
const char = '\u5A2C';
console.log(char); // Output: 娬
Java:
char c = '\u5A2C';
System.out.println(c); // Output: 娬
JSON:
{"text": "\u5A2C"} // Value: 娬
Python:
char = '\u5A2C'
print(char) # Output: 娬
Perl:
my $char = "\x{5A2C}";
print $char; # Output: 娬
PHP:
$char = "\x{5A2C}";
echo $char; // Output: 娬
Ruby:
char = "\u{5A2C}"
puts char # Output: 娬
Rust:
let c = '\u{5A2C}';
println!("{}", c); // Output: 娬
Go:
char := '\u5A2C'
fmt.Printf("%c\n", char) // Output: 娬
CSS:
/* CSS content property */
.element::before {
content: "\005A2C"; /* 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%AC
MD5:
eb588de6cb01702d87689d24abd19759
SHA1:
3e54bc3c128b631687bb251265d6e58eba7340cb
Base64:
5ais