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