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