C:
char c = '\u7627';
printf("%c\n", c); // Output: 瘧
JavaScript:
const char = '\u7627';
console.log(char); // Output: 瘧
Java:
char c = '\u7627';
System.out.println(c); // Output: 瘧
JSON:
{"text": "\u7627"} // Value: 瘧
Python:
char = '\u7627'
print(char) # Output: 瘧
Perl:
my $char = "\x{7627}";
print $char; # Output: 瘧
PHP:
$char = "\x{7627}";
echo $char; // Output: 瘧
Ruby:
char = "\u{7627}"
puts char # Output: 瘧
Rust:
let c = '\u{7627}';
println!("{}", c); // Output: 瘧
Go:
char := '\u7627'
fmt.Printf("%c\n", char) // Output: 瘧
CSS:
/* CSS content property */
.element::before {
content: "\007627"; /* 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%A7
MD5:
0a96d81d81f3bf80355068abf0d42487
SHA1:
ee22cc8d2b30ff05855800d6376339af450b31fe
Base64:
55in