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