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