C:
char c = '\u9496';
printf("%c\n", c); // Output: 钖
JavaScript:
const char = '\u9496';
console.log(char); // Output: 钖
Java:
char c = '\u9496';
System.out.println(c); // Output: 钖
JSON:
{"text": "\u9496"} // Value: 钖
Python:
char = '\u9496'
print(char) # Output: 钖
Perl:
my $char = "\x{9496}";
print $char; # Output: 钖
PHP:
$char = "\x{9496}";
echo $char; // Output: 钖
Ruby:
char = "\u{9496}"
puts char # Output: 钖
Rust:
let c = '\u{9496}';
println!("{}", c); // Output: 钖
Go:
char := '\u9496'
fmt.Printf("%c\n", char) // Output: 钖
CSS:
/* CSS content property */
.element::before {
content: "\009496"; /* 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%92%96
MD5:
da73291d310ad1511e8ee152660a4796
SHA1:
7e26ac06d1e355a9ab60c62f136e0cb939124253
Base64:
6ZKW