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