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