C:
char c = '\u5077';
printf("%c\n", c); // Output: 偷
JavaScript:
const char = '\u5077';
console.log(char); // Output: 偷
Java:
char c = '\u5077';
System.out.println(c); // Output: 偷
JSON:
{"text": "\u5077"} // Value: 偷
Python:
char = '\u5077'
print(char) # Output: 偷
Perl:
my $char = "\x{5077}";
print $char; # Output: 偷
PHP:
$char = "\x{5077}";
echo $char; // Output: 偷
Ruby:
char = "\u{5077}"
puts char # Output: 偷
Rust:
let c = '\u{5077}';
println!("{}", c); // Output: 偷
Go:
char := '\u5077'
fmt.Printf("%c\n", char) // Output: 偷
CSS:
/* CSS content property */
.element::before {
content: "\005077"; /* 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%B7
MD5:
8a608f3dd121436d56d2bb87ca286742
SHA1:
9b1ddb99d7ff7630ec14fe14eab3a17e729db0e9
Base64:
5YG3