C:
char c = '\u945E';
printf("%c\n", c); // Output: 鑞
JavaScript:
const char = '\u945E';
console.log(char); // Output: 鑞
Java:
char c = '\u945E';
System.out.println(c); // Output: 鑞
JSON:
{"text": "\u945E"} // Value: 鑞
Python:
char = '\u945E'
print(char) # Output: 鑞
Perl:
my $char = "\x{945E}";
print $char; # Output: 鑞
PHP:
$char = "\x{945E}";
echo $char; // Output: 鑞
Ruby:
char = "\u{945E}"
puts char # Output: 鑞
Rust:
let c = '\u{945E}';
println!("{}", c); // Output: 鑞
Go:
char := '\u945E'
fmt.Printf("%c\n", char) // Output: 鑞
CSS:
/* CSS content property */
.element::before {
content: "\00945E"; /* 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%9E
MD5:
293a786f1540fe8e877d1239d911f1a0
SHA1:
48e5809fa8c5300480b6857f5ccfe14e3014c407
Base64:
6ZGe