C:
char c = '\u9475';
printf("%c\n", c); // Output: 鑵
JavaScript:
const char = '\u9475';
console.log(char); // Output: 鑵
Java:
char c = '\u9475';
System.out.println(c); // Output: 鑵
JSON:
{"text": "\u9475"} // Value: 鑵
Python:
char = '\u9475'
print(char) # Output: 鑵
Perl:
my $char = "\x{9475}";
print $char; # Output: 鑵
PHP:
$char = "\x{9475}";
echo $char; // Output: 鑵
Ruby:
char = "\u{9475}"
puts char # Output: 鑵
Rust:
let c = '\u{9475}';
println!("{}", c); // Output: 鑵
Go:
char := '\u9475'
fmt.Printf("%c\n", char) // Output: 鑵
CSS:
/* CSS content property */
.element::before {
content: "\009475"; /* 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%B5
MD5:
442f2f422864236bcc507559f4a62a24
SHA1:
e9582710ed608428df62c1b0bfae7604d4b07510
Base64:
6ZG1