C:
char c = '\u7618';
printf("%c\n", c); // Output: 瘘
JavaScript:
const char = '\u7618';
console.log(char); // Output: 瘘
Java:
char c = '\u7618';
System.out.println(c); // Output: 瘘
JSON:
{"text": "\u7618"} // Value: 瘘
Python:
char = '\u7618'
print(char) # Output: 瘘
Perl:
my $char = "\x{7618}";
print $char; # Output: 瘘
PHP:
$char = "\x{7618}";
echo $char; // Output: 瘘
Ruby:
char = "\u{7618}"
puts char # Output: 瘘
Rust:
let c = '\u{7618}';
println!("{}", c); // Output: 瘘
Go:
char := '\u7618'
fmt.Printf("%c\n", char) // Output: 瘘
CSS:
/* CSS content property */
.element::before {
content: "\007618"; /* 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=%E7%98%98
MD5:
ca79462d07d1c602b8fe6dbb11d8a5df
SHA1:
95769c5cc1bf24376dcd23cea93410c3dc3588f6
Base64:
55iY