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