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