C:
char c = '\u775F';
printf("%c\n", c); // Output: 睟
JavaScript:
const char = '\u775F';
console.log(char); // Output: 睟
Java:
char c = '\u775F';
System.out.println(c); // Output: 睟
JSON:
{"text": "\u775F"} // Value: 睟
Python:
char = '\u775F'
print(char) # Output: 睟
Perl:
my $char = "\x{775F}";
print $char; # Output: 睟
PHP:
$char = "\x{775F}";
echo $char; // Output: 睟
Ruby:
char = "\u{775F}"
puts char # Output: 睟
Rust:
let c = '\u{775F}';
println!("{}", c); // Output: 睟
Go:
char := '\u775F'
fmt.Printf("%c\n", char) // Output: 睟
CSS:
/* CSS content property */
.element::before {
content: "\00775F"; /* 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%9F
MD5:
e8fe6f67af59b998254bcf86f7217026
SHA1:
b021e9b521b95a0cd6d0465ad8aa85890ad70259
Base64:
552f