C:
char c = '\u7606';
printf("%c\n", c); // Output: 瘆
JavaScript:
const char = '\u7606';
console.log(char); // Output: 瘆
Java:
char c = '\u7606';
System.out.println(c); // Output: 瘆
JSON:
{"text": "\u7606"} // Value: 瘆
Python:
char = '\u7606'
print(char) # Output: 瘆
Perl:
my $char = "\x{7606}";
print $char; # Output: 瘆
PHP:
$char = "\x{7606}";
echo $char; // Output: 瘆
Ruby:
char = "\u{7606}"
puts char # Output: 瘆
Rust:
let c = '\u{7606}';
println!("{}", c); // Output: 瘆
Go:
char := '\u7606'
fmt.Printf("%c\n", char) // Output: 瘆
CSS:
/* CSS content property */
.element::before {
content: "\007606"; /* 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%86
MD5:
3dd203d05bbc3217318c30c766df3a11
SHA1:
b709fd8399eb53231c8ff6cb9e4bdab32e47f4d7
Base64:
55iG