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