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