C:
char c = '\u8D3B';
printf("%c\n", c); // Output: 贻
JavaScript:
const char = '\u8D3B';
console.log(char); // Output: 贻
Java:
char c = '\u8D3B';
System.out.println(c); // Output: 贻
JSON:
{"text": "\u8D3B"} // Value: 贻
Python:
char = '\u8D3B'
print(char) # Output: 贻
Perl:
my $char = "\x{8D3B}";
print $char; # Output: 贻
PHP:
$char = "\x{8D3B}";
echo $char; // Output: 贻
Ruby:
char = "\u{8D3B}"
puts char # Output: 贻
Rust:
let c = '\u{8D3B}';
println!("{}", c); // Output: 贻
Go:
char := '\u8D3B'
fmt.Printf("%c\n", char) // Output: 贻
CSS:
/* CSS content property */
.element::before {
content: "\008D3B"; /* 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=%E8%B4%BB
MD5:
705045cabc7f7a91775a07e46fc7d100
SHA1:
93d1561b48b1445577c1737cf12109479aad0a9c
Base64:
6LS7