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