C:
char c = '\u9A17';
printf("%c\n", c); // Output: 騗
JavaScript:
const char = '\u9A17';
console.log(char); // Output: 騗
Java:
char c = '\u9A17';
System.out.println(c); // Output: 騗
JSON:
{"text": "\u9A17"} // Value: 騗
Python:
char = '\u9A17'
print(char) # Output: 騗
Perl:
my $char = "\x{9A17}";
print $char; # Output: 騗
PHP:
$char = "\x{9A17}";
echo $char; // Output: 騗
Ruby:
char = "\u{9A17}"
puts char # Output: 騗
Rust:
let c = '\u{9A17}';
println!("{}", c); // Output: 騗
Go:
char := '\u9A17'
fmt.Printf("%c\n", char) // Output: 騗
CSS:
/* CSS content property */
.element::before {
content: "\009A17"; /* 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%A8%97
MD5:
ead2aa8d4e43a85c13f12f74f491f3cc
SHA1:
29a100f16c129d0594cd1bf7df3f87a7bfc5c9d6
Base64:
6aiX