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