C:
char c = '\u9549';
printf("%c\n", c); // Output: 镉
JavaScript:
const char = '\u9549';
console.log(char); // Output: 镉
Java:
char c = '\u9549';
System.out.println(c); // Output: 镉
JSON:
{"text": "\u9549"} // Value: 镉
Python:
char = '\u9549'
print(char) # Output: 镉
Perl:
my $char = "\x{9549}";
print $char; # Output: 镉
PHP:
$char = "\x{9549}";
echo $char; // Output: 镉
Ruby:
char = "\u{9549}"
puts char # Output: 镉
Rust:
let c = '\u{9549}';
println!("{}", c); // Output: 镉
Go:
char := '\u9549'
fmt.Printf("%c\n", char) // Output: 镉
CSS:
/* CSS content property */
.element::before {
content: "\009549"; /* 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%89
MD5:
cbefca0496b89b7caf05157675ab4fd7
SHA1:
7354a85187f3a43b0755d498e79414e7dd61ea51
Base64:
6ZWJ