C:
char c = '\u7636';
printf("%c\n", c); // Output: 瘶
JavaScript:
const char = '\u7636';
console.log(char); // Output: 瘶
Java:
char c = '\u7636';
System.out.println(c); // Output: 瘶
JSON:
{"text": "\u7636"} // Value: 瘶
Python:
char = '\u7636'
print(char) # Output: 瘶
Perl:
my $char = "\x{7636}";
print $char; # Output: 瘶
PHP:
$char = "\x{7636}";
echo $char; // Output: 瘶
Ruby:
char = "\u{7636}"
puts char # Output: 瘶
Rust:
let c = '\u{7636}';
println!("{}", c); // Output: 瘶
Go:
char := '\u7636'
fmt.Printf("%c\n", char) // Output: 瘶
CSS:
/* CSS content property */
.element::before {
content: "\007636"; /* 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%B6
MD5:
212ee5d9e34be04122c2e1c0882b6f49
SHA1:
5b6b7a3c8007fb9fe3b8a2411b2a1234839f1333
Base64:
55i2