C:
char c = '\u617E';
printf("%c\n", c); // Output: 慾
JavaScript:
const char = '\u617E';
console.log(char); // Output: 慾
Java:
char c = '\u617E';
System.out.println(c); // Output: 慾
JSON:
{"text": "\u617E"} // Value: 慾
Python:
char = '\u617E'
print(char) # Output: 慾
Perl:
my $char = "\x{617E}";
print $char; # Output: 慾
PHP:
$char = "\x{617E}";
echo $char; // Output: 慾
Ruby:
char = "\u{617E}"
puts char # Output: 慾
Rust:
let c = '\u{617E}';
println!("{}", c); // Output: 慾
Go:
char := '\u617E'
fmt.Printf("%c\n", char) // Output: 慾
CSS:
/* CSS content property */
.element::before {
content: "\00617E"; /* 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=%E6%85%BE
MD5:
23bdc67d99d9d127f48437d7dd8a6b38
SHA1:
08dfd42570bdd53e1a310a024ef98e95a840c707
Base64:
5oW+