C:
char c = '\u5078';
printf("%c\n", c); // Output: 偸
JavaScript:
const char = '\u5078';
console.log(char); // Output: 偸
Java:
char c = '\u5078';
System.out.println(c); // Output: 偸
JSON:
{"text": "\u5078"} // Value: 偸
Python:
char = '\u5078'
print(char) # Output: 偸
Perl:
my $char = "\x{5078}";
print $char; # Output: 偸
PHP:
$char = "\x{5078}";
echo $char; // Output: 偸
Ruby:
char = "\u{5078}"
puts char # Output: 偸
Rust:
let c = '\u{5078}';
println!("{}", c); // Output: 偸
Go:
char := '\u5078'
fmt.Printf("%c\n", char) // Output: 偸
CSS:
/* CSS content property */
.element::before {
content: "\005078"; /* 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=%E5%81%B8
MD5:
7b8e396a46ba435f02f9b1d1c753fcf0
SHA1:
a0989725ad4b263630b29aef62ec41fc806c5d14
Base64:
5YG4