C:
char c = '\u776A';
printf("%c\n", c); // Output: 睪
JavaScript:
const char = '\u776A';
console.log(char); // Output: 睪
Java:
char c = '\u776A';
System.out.println(c); // Output: 睪
JSON:
{"text": "\u776A"} // Value: 睪
Python:
char = '\u776A'
print(char) # Output: 睪
Perl:
my $char = "\x{776A}";
print $char; # Output: 睪
PHP:
$char = "\x{776A}";
echo $char; // Output: 睪
Ruby:
char = "\u{776A}"
puts char # Output: 睪
Rust:
let c = '\u{776A}';
println!("{}", c); // Output: 睪
Go:
char := '\u776A'
fmt.Printf("%c\n", char) // Output: 睪
CSS:
/* CSS content property */
.element::before {
content: "\00776A"; /* 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%AA
MD5:
0eacf297292651f2e589e2ccdfa68d51
SHA1:
f9f9f2ea2f4411af763f11564910c25c9982b2ba
Base64:
552q