C:
char c = '\u774C';
printf("%c\n", c); // Output: 睌
JavaScript:
const char = '\u774C';
console.log(char); // Output: 睌
Java:
char c = '\u774C';
System.out.println(c); // Output: 睌
JSON:
{"text": "\u774C"} // Value: 睌
Python:
char = '\u774C'
print(char) # Output: 睌
Perl:
my $char = "\x{774C}";
print $char; # Output: 睌
PHP:
$char = "\x{774C}";
echo $char; // Output: 睌
Ruby:
char = "\u{774C}"
puts char # Output: 睌
Rust:
let c = '\u{774C}';
println!("{}", c); // Output: 睌
Go:
char := '\u774C'
fmt.Printf("%c\n", char) // Output: 睌
CSS:
/* CSS content property */
.element::before {
content: "\00774C"; /* 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%8C
MD5:
fd7d5e77c26fd1ed8f58c3d0255c9c9c
SHA1:
42a26f4599fd489af7fbedd567c2c1ec9e55eac4
Base64:
552M