C:
char c = '\uC59E';
printf("%c\n", c); // Output: 얞
JavaScript:
const char = '\uC59E';
console.log(char); // Output: 얞
Java:
char c = '\uC59E';
System.out.println(c); // Output: 얞
JSON:
{"text": "\uC59E"} // Value: 얞
Python:
char = '\uC59E'
print(char) # Output: 얞
Perl:
my $char = "\x{C59E}";
print $char; # Output: 얞
PHP:
$char = "\x{C59E}";
echo $char; // Output: 얞
Ruby:
char = "\u{C59E}"
puts char # Output: 얞
Rust:
let c = '\u{C59E}';
println!("{}", c); // Output: 얞
Go:
char := '\uC59E'
fmt.Printf("%c\n", char) // Output: 얞
CSS:
/* CSS content property */
.element::before {
content: "\00C59E"; /* 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=%EC%96%9E
MD5:
2ec57cdf622a39148d634882aec1f95e
SHA1:
9a5f23fdaeec9062f8e4e9206b0c23b84b0e1de3
Base64:
7Jae