C:
char c = '\u7A2B';
printf("%c\n", c); // Output: 稫
JavaScript:
const char = '\u7A2B';
console.log(char); // Output: 稫
Java:
char c = '\u7A2B';
System.out.println(c); // Output: 稫
JSON:
{"text": "\u7A2B"} // Value: 稫
Python:
char = '\u7A2B'
print(char) # Output: 稫
Perl:
my $char = "\x{7A2B}";
print $char; # Output: 稫
PHP:
$char = "\x{7A2B}";
echo $char; // Output: 稫
Ruby:
char = "\u{7A2B}"
puts char # Output: 稫
Rust:
let c = '\u{7A2B}';
println!("{}", c); // Output: 稫
Go:
char := '\u7A2B'
fmt.Printf("%c\n", char) // Output: 稫
CSS:
/* CSS content property */
.element::before {
content: "\007A2B"; /* 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%A8%AB
MD5:
54f6f826958fe019f50a65b0166170e6
SHA1:
b37ef4011b85912eaad8c9802cab8a16a9458577
Base64:
56ir