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