C:
char c = '\u7074';
printf("%c\n", c); // Output: 灴
JavaScript:
const char = '\u7074';
console.log(char); // Output: 灴
Java:
char c = '\u7074';
System.out.println(c); // Output: 灴
JSON:
{"text": "\u7074"} // Value: 灴
Python:
char = '\u7074'
print(char) # Output: 灴
Perl:
my $char = "\x{7074}";
print $char; # Output: 灴
PHP:
$char = "\x{7074}";
echo $char; // Output: 灴
Ruby:
char = "\u{7074}"
puts char # Output: 灴
Rust:
let c = '\u{7074}';
println!("{}", c); // Output: 灴
Go:
char := '\u7074'
fmt.Printf("%c\n", char) // Output: 灴
CSS:
/* CSS content property */
.element::before {
content: "\007074"; /* 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%81%B4
MD5:
34a07bac1c886009d710c5c3e17c54de
SHA1:
ab084c631f772862d4bbc523f1b1d767a2ab108f
Base64:
54G0