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