C:
char c = '\u953D';
printf("%c\n", c); // Output: 锽
JavaScript:
const char = '\u953D';
console.log(char); // Output: 锽
Java:
char c = '\u953D';
System.out.println(c); // Output: 锽
JSON:
{"text": "\u953D"} // Value: 锽
Python:
char = '\u953D'
print(char) # Output: 锽
Perl:
my $char = "\x{953D}";
print $char; # Output: 锽
PHP:
$char = "\x{953D}";
echo $char; // Output: 锽
Ruby:
char = "\u{953D}"
puts char # Output: 锽
Rust:
let c = '\u{953D}';
println!("{}", c); // Output: 锽
Go:
char := '\u953D'
fmt.Printf("%c\n", char) // Output: 锽
CSS:
/* CSS content property */
.element::before {
content: "\00953D"; /* 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%94%BD
MD5:
d0f120060651b7d3aa8f0b3c6eeb91fe
SHA1:
5a461f2240f53d010647e9c52653558695bb1c6b
Base64:
6ZS9