C:
char c = '\u7719';
printf("%c\n", c); // Output: 眙
JavaScript:
const char = '\u7719';
console.log(char); // Output: 眙
Java:
char c = '\u7719';
System.out.println(c); // Output: 眙
JSON:
{"text": "\u7719"} // Value: 眙
Python:
char = '\u7719'
print(char) # Output: 眙
Perl:
my $char = "\x{7719}";
print $char; # Output: 眙
PHP:
$char = "\x{7719}";
echo $char; // Output: 眙
Ruby:
char = "\u{7719}"
puts char # Output: 眙
Rust:
let c = '\u{7719}';
println!("{}", c); // Output: 眙
Go:
char := '\u7719'
fmt.Printf("%c\n", char) // Output: 眙
CSS:
/* CSS content property */
.element::before {
content: "\007719"; /* 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%9C%99
MD5:
68147c001284be0e123fcf46e68a0b7c
SHA1:
24eebda87adad175d2e674b51e192835b63a8c04
Base64:
55yZ