C:
char c = '\u9579';
printf("%c\n", c); // Output: 镹
JavaScript:
const char = '\u9579';
console.log(char); // Output: 镹
Java:
char c = '\u9579';
System.out.println(c); // Output: 镹
JSON:
{"text": "\u9579"} // Value: 镹
Python:
char = '\u9579'
print(char) # Output: 镹
Perl:
my $char = "\x{9579}";
print $char; # Output: 镹
PHP:
$char = "\x{9579}";
echo $char; // Output: 镹
Ruby:
char = "\u{9579}"
puts char # Output: 镹
Rust:
let c = '\u{9579}';
println!("{}", c); // Output: 镹
Go:
char := '\u9579'
fmt.Printf("%c\n", char) // Output: 镹
CSS:
/* CSS content property */
.element::before {
content: "\009579"; /* 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%B9
MD5:
8cdfb28e059da7d96574d9b43f59a3a6
SHA1:
5ed60088cf1dd00207bad01ef08438c3e8ffba44
Base64:
6ZW5