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