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