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