C:
char c = '\u7977';
printf("%c\n", c); // Output: 祷
JavaScript:
const char = '\u7977';
console.log(char); // Output: 祷
Java:
char c = '\u7977';
System.out.println(c); // Output: 祷
JSON:
{"text": "\u7977"} // Value: 祷
Python:
char = '\u7977'
print(char) # Output: 祷
Perl:
my $char = "\x{7977}";
print $char; # Output: 祷
PHP:
$char = "\x{7977}";
echo $char; // Output: 祷
Ruby:
char = "\u{7977}"
puts char # Output: 祷
Rust:
let c = '\u{7977}';
println!("{}", c); // Output: 祷
Go:
char := '\u7977'
fmt.Printf("%c\n", char) // Output: 祷
CSS:
/* CSS content property */
.element::before {
content: "\007977"; /* 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%B7
MD5:
c1e3f9b1521bdb148c12c4e8cc156637
SHA1:
b87becdf08017fc2d48dbb173d7c340ccd17417b
Base64:
56W3