C:
char c = '\u7600';
printf("%c\n", c); // Output: 瘀
JavaScript:
const char = '\u7600';
console.log(char); // Output: 瘀
Java:
char c = '\u7600';
System.out.println(c); // Output: 瘀
JSON:
{"text": "\u7600"} // Value: 瘀
Python:
char = '\u7600'
print(char) # Output: 瘀
Perl:
my $char = "\x{7600}";
print $char; # Output: 瘀
PHP:
$char = "\x{7600}";
echo $char; // Output: 瘀
Ruby:
char = "\u{7600}"
puts char # Output: 瘀
Rust:
let c = '\u{7600}';
println!("{}", c); // Output: 瘀
Go:
char := '\u7600'
fmt.Printf("%c\n", char) // Output: 瘀
CSS:
/* CSS content property */
.element::before {
content: "\007600"; /* 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%80
MD5:
ea420e24d17cb45b0356d6e2f9571876
SHA1:
8f3170505d5ecfcb7038669bab2bc1a54b245a57
Base64:
55iA