C:
char c = '\u59FA';
printf("%c\n", c); // Output: 姺
JavaScript:
const char = '\u59FA';
console.log(char); // Output: 姺
Java:
char c = '\u59FA';
System.out.println(c); // Output: 姺
JSON:
{"text": "\u59FA"} // Value: 姺
Python:
char = '\u59FA'
print(char) # Output: 姺
Perl:
my $char = "\x{59FA}";
print $char; # Output: 姺
PHP:
$char = "\x{59FA}";
echo $char; // Output: 姺
Ruby:
char = "\u{59FA}"
puts char # Output: 姺
Rust:
let c = '\u{59FA}';
println!("{}", c); // Output: 姺
Go:
char := '\u59FA'
fmt.Printf("%c\n", char) // Output: 姺
CSS:
/* CSS content property */
.element::before {
content: "\0059FA"; /* 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%A7%BA
MD5:
9e7688b77f8394eb881646d0373501e9
SHA1:
db868a3c94d40ed249f2a6d139ae3517e6b949de
Base64:
5ae6