C:
char c = '\u7759';
printf("%c\n", c); // Output: 睙
JavaScript:
const char = '\u7759';
console.log(char); // Output: 睙
Java:
char c = '\u7759';
System.out.println(c); // Output: 睙
JSON:
{"text": "\u7759"} // Value: 睙
Python:
char = '\u7759'
print(char) # Output: 睙
Perl:
my $char = "\x{7759}";
print $char; # Output: 睙
PHP:
$char = "\x{7759}";
echo $char; // Output: 睙
Ruby:
char = "\u{7759}"
puts char # Output: 睙
Rust:
let c = '\u{7759}';
println!("{}", c); // Output: 睙
Go:
char := '\u7759'
fmt.Printf("%c\n", char) // Output: 睙
CSS:
/* CSS content property */
.element::before {
content: "\007759"; /* 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%9D%99
MD5:
f3904c67b22d18019f0105cd72e80ad5
SHA1:
9192b5324b357f83a354e1e14c08e4886c1285fc
Base64:
552Z