C:
char c = '\uC759';
printf("%c\n", c); // Output: 읙
JavaScript:
const char = '\uC759';
console.log(char); // Output: 읙
Java:
char c = '\uC759';
System.out.println(c); // Output: 읙
JSON:
{"text": "\uC759"} // Value: 읙
Python:
char = '\uC759'
print(char) # Output: 읙
Perl:
my $char = "\x{C759}";
print $char; # Output: 읙
PHP:
$char = "\x{C759}";
echo $char; // Output: 읙
Ruby:
char = "\u{C759}"
puts char # Output: 읙
Rust:
let c = '\u{C759}';
println!("{}", c); // Output: 읙
Go:
char := '\uC759'
fmt.Printf("%c\n", char) // Output: 읙
CSS:
/* CSS content property */
.element::before {
content: "\00C759"; /* 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%9D%99
MD5:
338636e5e917d8479c0dc072076deede
SHA1:
43f1770ef36c48f0689b2b9d59d354d17fdfd06b
Base64:
7J2Z