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