C:
char c = '\u9251';
printf("%c\n", c); // Output: 鉑
JavaScript:
const char = '\u9251';
console.log(char); // Output: 鉑
Java:
char c = '\u9251';
System.out.println(c); // Output: 鉑
JSON:
{"text": "\u9251"} // Value: 鉑
Python:
char = '\u9251'
print(char) # Output: 鉑
Perl:
my $char = "\x{9251}";
print $char; # Output: 鉑
PHP:
$char = "\x{9251}";
echo $char; // Output: 鉑
Ruby:
char = "\u{9251}"
puts char # Output: 鉑
Rust:
let c = '\u{9251}';
println!("{}", c); // Output: 鉑
Go:
char := '\u9251'
fmt.Printf("%c\n", char) // Output: 鉑
CSS:
/* CSS content property */
.element::before {
content: "\009251"; /* 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%89%91
MD5:
c58bdbd4ba71fa84776715b5ae224f1d
SHA1:
167df1ccc54a9b773cf3e349706efde451b26036
Base64:
6YmR