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