C:
char c = '\u7A92';
printf("%c\n", c); // Output: 窒
JavaScript:
const char = '\u7A92';
console.log(char); // Output: 窒
Java:
char c = '\u7A92';
System.out.println(c); // Output: 窒
JSON:
{"text": "\u7A92"} // Value: 窒
Python:
char = '\u7A92'
print(char) # Output: 窒
Perl:
my $char = "\x{7A92}";
print $char; # Output: 窒
PHP:
$char = "\x{7A92}";
echo $char; // Output: 窒
Ruby:
char = "\u{7A92}"
puts char # Output: 窒
Rust:
let c = '\u{7A92}';
println!("{}", c); // Output: 窒
Go:
char := '\u7A92'
fmt.Printf("%c\n", char) // Output: 窒
CSS:
/* CSS content property */
.element::before {
content: "\007A92"; /* 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%AA%92
MD5:
9835404bf40deb3038b5abee666cd120
SHA1:
9410c85cd720b60e6c2fcd1d038733154b6542c9
Base64:
56qS