C:
char c = '\u943A';
printf("%c\n", c); // Output: 鐺
JavaScript:
const char = '\u943A';
console.log(char); // Output: 鐺
Java:
char c = '\u943A';
System.out.println(c); // Output: 鐺
JSON:
{"text": "\u943A"} // Value: 鐺
Python:
char = '\u943A'
print(char) # Output: 鐺
Perl:
my $char = "\x{943A}";
print $char; # Output: 鐺
PHP:
$char = "\x{943A}";
echo $char; // Output: 鐺
Ruby:
char = "\u{943A}"
puts char # Output: 鐺
Rust:
let c = '\u{943A}';
println!("{}", c); // Output: 鐺
Go:
char := '\u943A'
fmt.Printf("%c\n", char) // Output: 鐺
CSS:
/* CSS content property */
.element::before {
content: "\00943A"; /* 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%90%BA
MD5:
952a37833534c8e3d0b49c83b35c6cee
SHA1:
196ff16e0217d6b5d2465fbbe32e2249964b390c
Base64:
6ZC6