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