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