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