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