C:
char c = '\u7978';
printf("%c\n", c); // Output: 祸
JavaScript:
const char = '\u7978';
console.log(char); // Output: 祸
Java:
char c = '\u7978';
System.out.println(c); // Output: 祸
JSON:
{"text": "\u7978"} // Value: 祸
Python:
char = '\u7978'
print(char) # Output: 祸
Perl:
my $char = "\x{7978}";
print $char; # Output: 祸
PHP:
$char = "\x{7978}";
echo $char; // Output: 祸
Ruby:
char = "\u{7978}"
puts char # Output: 祸
Rust:
let c = '\u{7978}';
println!("{}", c); // Output: 祸
Go:
char := '\u7978'
fmt.Printf("%c\n", char) // Output: 祸
CSS:
/* CSS content property */
.element::before {
content: "\007978"; /* 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%A5%B8
MD5:
6c02a32a4d344b07fea7b7b6abb270bc
SHA1:
a3d60753520080913bb7fa56d01f33b686ea3f66
Base64:
56W4