C:
char c = '\u8A14';
printf("%c\n", c); // Output: 訔
JavaScript:
const char = '\u8A14';
console.log(char); // Output: 訔
Java:
char c = '\u8A14';
System.out.println(c); // Output: 訔
JSON:
{"text": "\u8A14"} // Value: 訔
Python:
char = '\u8A14'
print(char) # Output: 訔
Perl:
my $char = "\x{8A14}";
print $char; # Output: 訔
PHP:
$char = "\x{8A14}";
echo $char; // Output: 訔
Ruby:
char = "\u{8A14}"
puts char # Output: 訔
Rust:
let c = '\u{8A14}';
println!("{}", c); // Output: 訔
Go:
char := '\u8A14'
fmt.Printf("%c\n", char) // Output: 訔
CSS:
/* CSS content property */
.element::before {
content: "\008A14"; /* 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%A8%94
MD5:
61e4a49cae7c10692d453cf3dcdae218
SHA1:
2590dd88497e39d4633636684e83c6b1f6de9c7d
Base64:
6KiU