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