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