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