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