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