C:
char c = '\u9443';
printf("%c\n", c); // Output: 鑃
JavaScript:
const char = '\u9443';
console.log(char); // Output: 鑃
Java:
char c = '\u9443';
System.out.println(c); // Output: 鑃
JSON:
{"text": "\u9443"} // Value: 鑃
Python:
char = '\u9443'
print(char) # Output: 鑃
Perl:
my $char = "\x{9443}";
print $char; # Output: 鑃
PHP:
$char = "\x{9443}";
echo $char; // Output: 鑃
Ruby:
char = "\u{9443}"
puts char # Output: 鑃
Rust:
let c = '\u{9443}';
println!("{}", c); // Output: 鑃
Go:
char := '\u9443'
fmt.Printf("%c\n", char) // Output: 鑃
CSS:
/* CSS content property */
.element::before {
content: "\009443"; /* 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%83
MD5:
2a67358d862e6e4440be9c7d9ea591b7
SHA1:
f1ba57d2c5303755406d0f0ab17454e10f6ff688
Base64:
6ZGD