C:
char c = '\u73DF';
printf("%c\n", c); // Output: 珟
JavaScript:
const char = '\u73DF';
console.log(char); // Output: 珟
Java:
char c = '\u73DF';
System.out.println(c); // Output: 珟
JSON:
{"text": "\u73DF"} // Value: 珟
Python:
char = '\u73DF'
print(char) # Output: 珟
Perl:
my $char = "\x{73DF}";
print $char; # Output: 珟
PHP:
$char = "\x{73DF}";
echo $char; // Output: 珟
Ruby:
char = "\u{73DF}"
puts char # Output: 珟
Rust:
let c = '\u{73DF}';
println!("{}", c); // Output: 珟
Go:
char := '\u73DF'
fmt.Printf("%c\n", char) // Output: 珟
CSS:
/* CSS content property */
.element::before {
content: "\0073DF"; /* 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%9F
MD5:
65797adaa2a3c56bc741f6e91b399060
SHA1:
23bcc62ce9f937b1136403e29b7866b074afd641
Base64:
54+f