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