C:
char c = '\u7634';
printf("%c\n", c); // Output: 瘴
JavaScript:
const char = '\u7634';
console.log(char); // Output: 瘴
Java:
char c = '\u7634';
System.out.println(c); // Output: 瘴
JSON:
{"text": "\u7634"} // Value: 瘴
Python:
char = '\u7634'
print(char) # Output: 瘴
Perl:
my $char = "\x{7634}";
print $char; # Output: 瘴
PHP:
$char = "\x{7634}";
echo $char; // Output: 瘴
Ruby:
char = "\u{7634}"
puts char # Output: 瘴
Rust:
let c = '\u{7634}';
println!("{}", c); // Output: 瘴
Go:
char := '\u7634'
fmt.Printf("%c\n", char) // Output: 瘴
CSS:
/* CSS content property */
.element::before {
content: "\007634"; /* 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%B4
MD5:
f06ab9c5df6220e9d98509483396bb78
SHA1:
fd315b73155ae365848da7b813b778eed2288a21
Base64:
55i0