C:
char c = '\u665D';
printf("%c\n", c); // Output: 晝
JavaScript:
const char = '\u665D';
console.log(char); // Output: 晝
Java:
char c = '\u665D';
System.out.println(c); // Output: 晝
JSON:
{"text": "\u665D"} // Value: 晝
Python:
char = '\u665D'
print(char) # Output: 晝
Perl:
my $char = "\x{665D}";
print $char; # Output: 晝
PHP:
$char = "\x{665D}";
echo $char; // Output: 晝
Ruby:
char = "\u{665D}"
puts char # Output: 晝
Rust:
let c = '\u{665D}';
println!("{}", c); // Output: 晝
Go:
char := '\u665D'
fmt.Printf("%c\n", char) // Output: 晝
CSS:
/* CSS content property */
.element::before {
content: "\00665D"; /* 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%99%9D
MD5:
2d786f22f101a5e76327d05ac24e6c74
SHA1:
5ea12e44747df76554d91fdfd1ff05d523464251
Base64:
5pmd