C:
char c = '\u7770';
printf("%c\n", c); // Output: 睰
JavaScript:
const char = '\u7770';
console.log(char); // Output: 睰
Java:
char c = '\u7770';
System.out.println(c); // Output: 睰
JSON:
{"text": "\u7770"} // Value: 睰
Python:
char = '\u7770'
print(char) # Output: 睰
Perl:
my $char = "\x{7770}";
print $char; # Output: 睰
PHP:
$char = "\x{7770}";
echo $char; // Output: 睰
Ruby:
char = "\u{7770}"
puts char # Output: 睰
Rust:
let c = '\u{7770}';
println!("{}", c); // Output: 睰
Go:
char := '\u7770'
fmt.Printf("%c\n", char) // Output: 睰
CSS:
/* CSS content property */
.element::before {
content: "\007770"; /* 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%B0
MD5:
85ba354132023a93143589e43df3df1c
SHA1:
ad20816b2e3f979ea1cd4449fd078a194d3c1166
Base64:
552w