C:
char c = '\u6627';
printf("%c\n", c); // Output: 昧
JavaScript:
const char = '\u6627';
console.log(char); // Output: 昧
Java:
char c = '\u6627';
System.out.println(c); // Output: 昧
JSON:
{"text": "\u6627"} // Value: 昧
Python:
char = '\u6627'
print(char) # Output: 昧
Perl:
my $char = "\x{6627}";
print $char; # Output: 昧
PHP:
$char = "\x{6627}";
echo $char; // Output: 昧
Ruby:
char = "\u{6627}"
puts char # Output: 昧
Rust:
let c = '\u{6627}';
println!("{}", c); // Output: 昧
Go:
char := '\u6627'
fmt.Printf("%c\n", char) // Output: 昧
CSS:
/* CSS content property */
.element::before {
content: "\006627"; /* 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%98%A7
MD5:
4adfe601d5093217272d56c0b8efdfa8
SHA1:
ae922ba7481724b77129c8d8d44ffd0783d58660
Base64:
5pin