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