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