C:
char c = '\u7616';
printf("%c\n", c); // Output: 瘖
JavaScript:
const char = '\u7616';
console.log(char); // Output: 瘖
Java:
char c = '\u7616';
System.out.println(c); // Output: 瘖
JSON:
{"text": "\u7616"} // Value: 瘖
Python:
char = '\u7616'
print(char) # Output: 瘖
Perl:
my $char = "\x{7616}";
print $char; # Output: 瘖
PHP:
$char = "\x{7616}";
echo $char; // Output: 瘖
Ruby:
char = "\u{7616}"
puts char # Output: 瘖
Rust:
let c = '\u{7616}';
println!("{}", c); // Output: 瘖
Go:
char := '\u7616'
fmt.Printf("%c\n", char) // Output: 瘖
CSS:
/* CSS content property */
.element::before {
content: "\007616"; /* 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%96
MD5:
aa6e441a3c3e5ac6ddf010771d330e41
SHA1:
6a69ce4dc09b410bed484558dfef2fe07c364ce2
Base64:
55iW