C:
char c = '\u9574';
printf("%c\n", c); // Output: 镴
JavaScript:
const char = '\u9574';
console.log(char); // Output: 镴
Java:
char c = '\u9574';
System.out.println(c); // Output: 镴
JSON:
{"text": "\u9574"} // Value: 镴
Python:
char = '\u9574'
print(char) # Output: 镴
Perl:
my $char = "\x{9574}";
print $char; # Output: 镴
PHP:
$char = "\x{9574}";
echo $char; // Output: 镴
Ruby:
char = "\u{9574}"
puts char # Output: 镴
Rust:
let c = '\u{9574}';
println!("{}", c); // Output: 镴
Go:
char := '\u9574'
fmt.Printf("%c\n", char) // Output: 镴
CSS:
/* CSS content property */
.element::before {
content: "\009574"; /* 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%B4
MD5:
cc28895a21d49a961c86f912177d85ab
SHA1:
b3015a0519fb1dd3e62032dad575d0fbb58bafe0
Base64:
6ZW0