C:
char c = '\u6677';
printf("%c\n", c); // Output: 晷
JavaScript:
const char = '\u6677';
console.log(char); // Output: 晷
Java:
char c = '\u6677';
System.out.println(c); // Output: 晷
JSON:
{"text": "\u6677"} // Value: 晷
Python:
char = '\u6677'
print(char) # Output: 晷
Perl:
my $char = "\x{6677}";
print $char; # Output: 晷
PHP:
$char = "\x{6677}";
echo $char; // Output: 晷
Ruby:
char = "\u{6677}"
puts char # Output: 晷
Rust:
let c = '\u{6677}';
println!("{}", c); // Output: 晷
Go:
char := '\u6677'
fmt.Printf("%c\n", char) // Output: 晷
CSS:
/* CSS content property */
.element::before {
content: "\006677"; /* 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%B7
MD5:
9a2f6d3129f468aa587d05ab58be983e
SHA1:
7e770530ecf568526dd3b81caab3af394bb2c8d0
Base64:
5pm3