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