C:
char c = '\u73D9';
printf("%c\n", c); // Output: 珙
JavaScript:
const char = '\u73D9';
console.log(char); // Output: 珙
Java:
char c = '\u73D9';
System.out.println(c); // Output: 珙
JSON:
{"text": "\u73D9"} // Value: 珙
Python:
char = '\u73D9'
print(char) # Output: 珙
Perl:
my $char = "\x{73D9}";
print $char; # Output: 珙
PHP:
$char = "\x{73D9}";
echo $char; // Output: 珙
Ruby:
char = "\u{73D9}"
puts char # Output: 珙
Rust:
let c = '\u{73D9}';
println!("{}", c); // Output: 珙
Go:
char := '\u73D9'
fmt.Printf("%c\n", char) // Output: 珙
CSS:
/* CSS content property */
.element::before {
content: "\0073D9"; /* 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=%E7%8F%99
MD5:
2a1123e665cef864f6276d81fae1d87c
SHA1:
da3b8af90cf9bed9fc79e6d14007d82fc5889194
Base64:
54+Z