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