C:
char c = '\u7CBD';
printf("%c\n", c); // Output: 粽
JavaScript:
const char = '\u7CBD';
console.log(char); // Output: 粽
Java:
char c = '\u7CBD';
System.out.println(c); // Output: 粽
JSON:
{"text": "\u7CBD"} // Value: 粽
Python:
char = '\u7CBD'
print(char) # Output: 粽
Perl:
my $char = "\x{7CBD}";
print $char; # Output: 粽
PHP:
$char = "\x{7CBD}";
echo $char; // Output: 粽
Ruby:
char = "\u{7CBD}"
puts char # Output: 粽
Rust:
let c = '\u{7CBD}';
println!("{}", c); // Output: 粽
Go:
char := '\u7CBD'
fmt.Printf("%c\n", char) // Output: 粽
CSS:
/* CSS content property */
.element::before {
content: "\007CBD"; /* 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%B2%BD
MD5:
9669692aa83211922aa37b887bb85a4d
SHA1:
92256d885c6768ced2e993e60f0e5ef9f51ab69f
Base64:
57K9