C:
char c = '\u7625';
printf("%c\n", c); // Output: 瘥
JavaScript:
const char = '\u7625';
console.log(char); // Output: 瘥
Java:
char c = '\u7625';
System.out.println(c); // Output: 瘥
JSON:
{"text": "\u7625"} // Value: 瘥
Python:
char = '\u7625'
print(char) # Output: 瘥
Perl:
my $char = "\x{7625}";
print $char; # Output: 瘥
PHP:
$char = "\x{7625}";
echo $char; // Output: 瘥
Ruby:
char = "\u{7625}"
puts char # Output: 瘥
Rust:
let c = '\u{7625}';
println!("{}", c); // Output: 瘥
Go:
char := '\u7625'
fmt.Printf("%c\n", char) // Output: 瘥
CSS:
/* CSS content property */
.element::before {
content: "\007625"; /* 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%A5
MD5:
31ad6d90a82fc0a9de5ffbfcd7d58fa3
SHA1:
c9854880d06dad6d0b64489c2b20e0daf2af44f8
Base64:
55il