C:
char c = '\uC59A';
printf("%c\n", c); // Output: 얚
JavaScript:
const char = '\uC59A';
console.log(char); // Output: 얚
Java:
char c = '\uC59A';
System.out.println(c); // Output: 얚
JSON:
{"text": "\uC59A"} // Value: 얚
Python:
char = '\uC59A'
print(char) # Output: 얚
Perl:
my $char = "\x{C59A}";
print $char; # Output: 얚
PHP:
$char = "\x{C59A}";
echo $char; // Output: 얚
Ruby:
char = "\u{C59A}"
puts char # Output: 얚
Rust:
let c = '\u{C59A}';
println!("{}", c); // Output: 얚
Go:
char := '\uC59A'
fmt.Printf("%c\n", char) // Output: 얚
CSS:
/* CSS content property */
.element::before {
content: "\00C59A"; /* 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%9A
MD5:
e75c72574267c3a5ef68fdc368ac31a1
SHA1:
21a68c654dcd354501bc4638a73665274ada15e9
Base64:
7Jaa