C:
char c = '\u7974';
printf("%c\n", c); // Output: 祴
JavaScript:
const char = '\u7974';
console.log(char); // Output: 祴
Java:
char c = '\u7974';
System.out.println(c); // Output: 祴
JSON:
{"text": "\u7974"} // Value: 祴
Python:
char = '\u7974'
print(char) # Output: 祴
Perl:
my $char = "\x{7974}";
print $char; # Output: 祴
PHP:
$char = "\x{7974}";
echo $char; // Output: 祴
Ruby:
char = "\u{7974}"
puts char # Output: 祴
Rust:
let c = '\u{7974}';
println!("{}", c); // Output: 祴
Go:
char := '\u7974'
fmt.Printf("%c\n", char) // Output: 祴
CSS:
/* CSS content property */
.element::before {
content: "\007974"; /* 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%B4
MD5:
3978088dc43da2d39438e8416d30dacb
SHA1:
2d9c0c4838115896193198cc44b6a17c8b28db61
Base64:
56W0