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