C:
char c = '\u9317';
printf("%c\n", c); // Output: 錗
JavaScript:
const char = '\u9317';
console.log(char); // Output: 錗
Java:
char c = '\u9317';
System.out.println(c); // Output: 錗
JSON:
{"text": "\u9317"} // Value: 錗
Python:
char = '\u9317'
print(char) # Output: 錗
Perl:
my $char = "\x{9317}";
print $char; # Output: 錗
PHP:
$char = "\x{9317}";
echo $char; // Output: 錗
Ruby:
char = "\u{9317}"
puts char # Output: 錗
Rust:
let c = '\u{9317}';
println!("{}", c); // Output: 錗
Go:
char := '\u9317'
fmt.Printf("%c\n", char) // Output: 錗
CSS:
/* CSS content property */
.element::before {
content: "\009317"; /* 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%8C%97
MD5:
87dc8ea4ec06841468c015fbd2efd399
SHA1:
610e4e75e5e32628a43cbb0da35d45a606c46853
Base64:
6YyX