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