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