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