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