C:
char c = '\u9559';
printf("%c\n", c); // Output: 镙
JavaScript:
const char = '\u9559';
console.log(char); // Output: 镙
Java:
char c = '\u9559';
System.out.println(c); // Output: 镙
JSON:
{"text": "\u9559"} // Value: 镙
Python:
char = '\u9559'
print(char) # Output: 镙
Perl:
my $char = "\x{9559}";
print $char; # Output: 镙
PHP:
$char = "\x{9559}";
echo $char; // Output: 镙
Ruby:
char = "\u{9559}"
puts char # Output: 镙
Rust:
let c = '\u{9559}';
println!("{}", c); // Output: 镙
Go:
char := '\u9559'
fmt.Printf("%c\n", char) // Output: 镙
CSS:
/* CSS content property */
.element::before {
content: "\009559"; /* 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%95%99
MD5:
d88817042be5940aeb4725d846d99dc5
SHA1:
d6bbb1c654e130f3e16edd921d71843c27202554
Base64:
6ZWZ