C:
char c = '\u66EC';
printf("%c\n", c); // Output: 曬
JavaScript:
const char = '\u66EC';
console.log(char); // Output: 曬
Java:
char c = '\u66EC';
System.out.println(c); // Output: 曬
JSON:
{"text": "\u66EC"} // Value: 曬
Python:
char = '\u66EC'
print(char) # Output: 曬
Perl:
my $char = "\x{66EC}";
print $char; # Output: 曬
PHP:
$char = "\x{66EC}";
echo $char; // Output: 曬
Ruby:
char = "\u{66EC}"
puts char # Output: 曬
Rust:
let c = '\u{66EC}';
println!("{}", c); // Output: 曬
Go:
char := '\u66EC'
fmt.Printf("%c\n", char) // Output: 曬
CSS:
/* CSS content property */
.element::before {
content: "\0066EC"; /* 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=%E6%9B%AC
MD5:
ca3719f27494ce3cc9a4cb8bfab512ea
SHA1:
e5be02501a1e5dc1df6f312c7bba2a61342cc5a9
Base64:
5pus