C:
char c = '\u78F5';
printf("%c\n", c); // Output: 磵
JavaScript:
const char = '\u78F5';
console.log(char); // Output: 磵
Java:
char c = '\u78F5';
System.out.println(c); // Output: 磵
JSON:
{"text": "\u78F5"} // Value: 磵
Python:
char = '\u78F5'
print(char) # Output: 磵
Perl:
my $char = "\x{78F5}";
print $char; # Output: 磵
PHP:
$char = "\x{78F5}";
echo $char; // Output: 磵
Ruby:
char = "\u{78F5}"
puts char # Output: 磵
Rust:
let c = '\u{78F5}';
println!("{}", c); // Output: 磵
Go:
char := '\u78F5'
fmt.Printf("%c\n", char) // Output: 磵
CSS:
/* CSS content property */
.element::before {
content: "\0078F5"; /* 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%B5
MD5:
ced6273e28211cabff4a5bd53b42301c
SHA1:
19169237d0b46d0e9980497fdae2695737d26477
Base64:
56O1