C:
char c = '\u8A9E';
printf("%c\n", c); // Output: 語
JavaScript:
const char = '\u8A9E';
console.log(char); // Output: 語
Java:
char c = '\u8A9E';
System.out.println(c); // Output: 語
JSON:
{"text": "\u8A9E"} // Value: 語
Python:
char = '\u8A9E'
print(char) # Output: 語
Perl:
my $char = "\x{8A9E}";
print $char; # Output: 語
PHP:
$char = "\x{8A9E}";
echo $char; // Output: 語
Ruby:
char = "\u{8A9E}"
puts char # Output: 語
Rust:
let c = '\u{8A9E}';
println!("{}", c); // Output: 語
Go:
char := '\u8A9E'
fmt.Printf("%c\n", char) // Output: 語
CSS:
/* CSS content property */
.element::before {
content: "\008A9E"; /* 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=%E8%AA%9E
MD5:
c950cc9438f1904df8582aa6e9478357
SHA1:
23943c27a5e2ec90d2b9c128e4462f0c89b7922e
Base64:
6Kqe