C:
char c = '\u78FF';
printf("%c\n", c); // Output: 磿
JavaScript:
const char = '\u78FF';
console.log(char); // Output: 磿
Java:
char c = '\u78FF';
System.out.println(c); // Output: 磿
JSON:
{"text": "\u78FF"} // Value: 磿
Python:
char = '\u78FF'
print(char) # Output: 磿
Perl:
my $char = "\x{78FF}";
print $char; # Output: 磿
PHP:
$char = "\x{78FF}";
echo $char; // Output: 磿
Ruby:
char = "\u{78FF}"
puts char # Output: 磿
Rust:
let c = '\u{78FF}';
println!("{}", c); // Output: 磿
Go:
char := '\u78FF'
fmt.Printf("%c\n", char) // Output: 磿
CSS:
/* CSS content property */
.element::before {
content: "\0078FF"; /* 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%A3%BF
MD5:
5277082f58c348a2c88c1b6aa23e7942
SHA1:
9c9f113a611a227a231d1080ac05bfc16912f085
Base64:
56O/