C:
char c = '\u6674';
printf("%c\n", c); // Output: 晴
JavaScript:
const char = '\u6674';
console.log(char); // Output: 晴
Java:
char c = '\u6674';
System.out.println(c); // Output: 晴
JSON:
{"text": "\u6674"} // Value: 晴
Python:
char = '\u6674'
print(char) # Output: 晴
Perl:
my $char = "\x{6674}";
print $char; # Output: 晴
PHP:
$char = "\x{6674}";
echo $char; // Output: 晴
Ruby:
char = "\u{6674}"
puts char # Output: 晴
Rust:
let c = '\u{6674}';
println!("{}", c); // Output: 晴
Go:
char := '\u6674'
fmt.Printf("%c\n", char) // Output: 晴
CSS:
/* CSS content property */
.element::before {
content: "\006674"; /* 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%B4
MD5:
eabe42f7135d10382d531358ffc3f122
SHA1:
0d05046a439ffa36f09fed98a005e9dda7308874
Base64:
5pm0