C:
char c = '\u7610';
printf("%c\n", c); // Output: 瘐
JavaScript:
const char = '\u7610';
console.log(char); // Output: 瘐
Java:
char c = '\u7610';
System.out.println(c); // Output: 瘐
JSON:
{"text": "\u7610"} // Value: 瘐
Python:
char = '\u7610'
print(char) # Output: 瘐
Perl:
my $char = "\x{7610}";
print $char; # Output: 瘐
PHP:
$char = "\x{7610}";
echo $char; // Output: 瘐
Ruby:
char = "\u{7610}"
puts char # Output: 瘐
Rust:
let c = '\u{7610}';
println!("{}", c); // Output: 瘐
Go:
char := '\u7610'
fmt.Printf("%c\n", char) // Output: 瘐
CSS:
/* CSS content property */
.element::before {
content: "\007610"; /* 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%90
MD5:
0d75b07b65a35248386680e234673b04
SHA1:
7868cf5fc3e83d50082be18ec23805cc10729eed
Base64:
55iQ