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