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