C:
char c = '\u8159';
printf("%c\n", c); // Output: 腙
JavaScript:
const char = '\u8159';
console.log(char); // Output: 腙
Java:
char c = '\u8159';
System.out.println(c); // Output: 腙
JSON:
{"text": "\u8159"} // Value: 腙
Python:
char = '\u8159'
print(char) # Output: 腙
Perl:
my $char = "\x{8159}";
print $char; # Output: 腙
PHP:
$char = "\x{8159}";
echo $char; // Output: 腙
Ruby:
char = "\u{8159}"
puts char # Output: 腙
Rust:
let c = '\u{8159}';
println!("{}", c); // Output: 腙
Go:
char := '\u8159'
fmt.Printf("%c\n", char) // Output: 腙
CSS:
/* CSS content property */
.element::before {
content: "\008159"; /* 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=%E8%85%99
MD5:
4e01cf26653b481898a8f865a8c37234
SHA1:
71ab4bb2d64063a747dc7d06535618286a0c7247
Base64:
6IWZ