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