C:
char c = '\u9291';
printf("%c\n", c); // Output: 銑
JavaScript:
const char = '\u9291';
console.log(char); // Output: 銑
Java:
char c = '\u9291';
System.out.println(c); // Output: 銑
JSON:
{"text": "\u9291"} // Value: 銑
Python:
char = '\u9291'
print(char) # Output: 銑
Perl:
my $char = "\x{9291}";
print $char; # Output: 銑
PHP:
$char = "\x{9291}";
echo $char; // Output: 銑
Ruby:
char = "\u{9291}"
puts char # Output: 銑
Rust:
let c = '\u{9291}';
println!("{}", c); // Output: 銑
Go:
char := '\u9291'
fmt.Printf("%c\n", char) // Output: 銑
CSS:
/* CSS content property */
.element::before {
content: "\009291"; /* 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%8A%91
MD5:
e797f2a73831026f2ac3c31b34b5a4b0
SHA1:
77747a704e0b14ad5cfb57d1c68b4d394e395fd1
Base64:
6YqR