C:
char c = '\u7975';
printf("%c\n", c); // Output: 祵
JavaScript:
const char = '\u7975';
console.log(char); // Output: 祵
Java:
char c = '\u7975';
System.out.println(c); // Output: 祵
JSON:
{"text": "\u7975"} // Value: 祵
Python:
char = '\u7975'
print(char) # Output: 祵
Perl:
my $char = "\x{7975}";
print $char; # Output: 祵
PHP:
$char = "\x{7975}";
echo $char; // Output: 祵
Ruby:
char = "\u{7975}"
puts char # Output: 祵
Rust:
let c = '\u{7975}';
println!("{}", c); // Output: 祵
Go:
char := '\u7975'
fmt.Printf("%c\n", char) // Output: 祵
CSS:
/* CSS content property */
.element::before {
content: "\007975"; /* 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%B5
MD5:
3eaf2373e26f0c9e3023df26cca3c324
SHA1:
628494904713fe32b2d543f6d5d15ab6b67768da
Base64:
56W1