C:
char c = '\u9165';
printf("%c\n", c); // Output: 酥
JavaScript:
const char = '\u9165';
console.log(char); // Output: 酥
Java:
char c = '\u9165';
System.out.println(c); // Output: 酥
JSON:
{"text": "\u9165"} // Value: 酥
Python:
char = '\u9165'
print(char) # Output: 酥
Perl:
my $char = "\x{9165}";
print $char; # Output: 酥
PHP:
$char = "\x{9165}";
echo $char; // Output: 酥
Ruby:
char = "\u{9165}"
puts char # Output: 酥
Rust:
let c = '\u{9165}';
println!("{}", c); // Output: 酥
Go:
char := '\u9165'
fmt.Printf("%c\n", char) // Output: 酥
CSS:
/* CSS content property */
.element::before {
content: "\009165"; /* 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%85%A5
MD5:
8780fffdb2cd6c728b97b4656a8ab3a6
SHA1:
e937590f6f305d87021afa58e38684e7b6bc72c8
Base64:
6YWl