C:
char c = '\u5979';
printf("%c\n", c); // Output: 她
JavaScript:
const char = '\u5979';
console.log(char); // Output: 她
Java:
char c = '\u5979';
System.out.println(c); // Output: 她
JSON:
{"text": "\u5979"} // Value: 她
Python:
char = '\u5979'
print(char) # Output: 她
Perl:
my $char = "\x{5979}";
print $char; # Output: 她
PHP:
$char = "\x{5979}";
echo $char; // Output: 她
Ruby:
char = "\u{5979}"
puts char # Output: 她
Rust:
let c = '\u{5979}';
println!("{}", c); // Output: 她
Go:
char := '\u5979'
fmt.Printf("%c\n", char) // Output: 她
CSS:
/* CSS content property */
.element::before {
content: "\005979"; /* 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%A5%B9
MD5:
92f3ca76d5608458de1465446fd24fcd
SHA1:
7f2fa5ddbee2c384a554f6ab18cbca5706a4a4ea
Base64:
5aW5