C:
char c = '\u9440';
printf("%c\n", c); // Output: 鑀
JavaScript:
const char = '\u9440';
console.log(char); // Output: 鑀
Java:
char c = '\u9440';
System.out.println(c); // Output: 鑀
JSON:
{"text": "\u9440"} // Value: 鑀
Python:
char = '\u9440'
print(char) # Output: 鑀
Perl:
my $char = "\x{9440}";
print $char; # Output: 鑀
PHP:
$char = "\x{9440}";
echo $char; // Output: 鑀
Ruby:
char = "\u{9440}"
puts char # Output: 鑀
Rust:
let c = '\u{9440}';
println!("{}", c); // Output: 鑀
Go:
char := '\u9440'
fmt.Printf("%c\n", char) // Output: 鑀
CSS:
/* CSS content property */
.element::before {
content: "\009440"; /* 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%80
MD5:
ea7dcc95b1ae9f7f98c543b5ac1f60f7
SHA1:
458b5d656614a57aa0c17685ebb06c646cea0657
Base64:
6ZGA