C:
char c = '\u9A73';
printf("%c\n", c); // Output: 驳
JavaScript:
const char = '\u9A73';
console.log(char); // Output: 驳
Java:
char c = '\u9A73';
System.out.println(c); // Output: 驳
JSON:
{"text": "\u9A73"} // Value: 驳
Python:
char = '\u9A73'
print(char) # Output: 驳
Perl:
my $char = "\x{9A73}";
print $char; # Output: 驳
PHP:
$char = "\x{9A73}";
echo $char; // Output: 驳
Ruby:
char = "\u{9A73}"
puts char # Output: 驳
Rust:
let c = '\u{9A73}';
println!("{}", c); // Output: 驳
Go:
char := '\u9A73'
fmt.Printf("%c\n", char) // Output: 驳
CSS:
/* CSS content property */
.element::before {
content: "\009A73"; /* 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=%E9%A9%B3
MD5:
e87b873aefb41be256dfb08da61b28a7
SHA1:
881bcee6d46e4dae461b797cf073de2e3c7986a4
Base64:
6amz