C:
char c = '\u9467';
printf("%c\n", c); // Output: 鑧
JavaScript:
const char = '\u9467';
console.log(char); // Output: 鑧
Java:
char c = '\u9467';
System.out.println(c); // Output: 鑧
JSON:
{"text": "\u9467"} // Value: 鑧
Python:
char = '\u9467'
print(char) # Output: 鑧
Perl:
my $char = "\x{9467}";
print $char; # Output: 鑧
PHP:
$char = "\x{9467}";
echo $char; // Output: 鑧
Ruby:
char = "\u{9467}"
puts char # Output: 鑧
Rust:
let c = '\u{9467}';
println!("{}", c); // Output: 鑧
Go:
char := '\u9467'
fmt.Printf("%c\n", char) // Output: 鑧
CSS:
/* CSS content property */
.element::before {
content: "\009467"; /* 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%91%A7
MD5:
1bef94e1e54cf0c5e098136d501b69cb
SHA1:
1eb8a632f1272fe0d8b4eb239c8ed28fc49d882f
Base64:
6ZGn