C:
char c = '\u60E6';
printf("%c\n", c); // Output: 惦
JavaScript:
const char = '\u60E6';
console.log(char); // Output: 惦
Java:
char c = '\u60E6';
System.out.println(c); // Output: 惦
JSON:
{"text": "\u60E6"} // Value: 惦
Python:
char = '\u60E6'
print(char) # Output: 惦
Perl:
my $char = "\x{60E6}";
print $char; # Output: 惦
PHP:
$char = "\x{60E6}";
echo $char; // Output: 惦
Ruby:
char = "\u{60E6}"
puts char # Output: 惦
Rust:
let c = '\u{60E6}';
println!("{}", c); // Output: 惦
Go:
char := '\u60E6'
fmt.Printf("%c\n", char) // Output: 惦
CSS:
/* CSS content property */
.element::before {
content: "\0060E6"; /* 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%83%A6
MD5:
ed16ed4879fb300077c2181bc1eecf95
SHA1:
7312d39008c89bc6371df9bb7ec8249d2b62abd0
Base64:
5oOm