C:
char c = '\uC93F';
printf("%c\n", c); // Output: 줿
JavaScript:
const char = '\uC93F';
console.log(char); // Output: 줿
Java:
char c = '\uC93F';
System.out.println(c); // Output: 줿
JSON:
{"text": "\uC93F"} // Value: 줿
Python:
char = '\uC93F'
print(char) # Output: 줿
Perl:
my $char = "\x{C93F}";
print $char; # Output: 줿
PHP:
$char = "\x{C93F}";
echo $char; // Output: 줿
Ruby:
char = "\u{C93F}"
puts char # Output: 줿
Rust:
let c = '\u{C93F}';
println!("{}", c); // Output: 줿
Go:
char := '\uC93F'
fmt.Printf("%c\n", char) // Output: 줿
CSS:
/* CSS content property */
.element::before {
content: "\00C93F"; /* 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%BF
MD5:
4d640c7f71083a96bacf88d89dfe54d7
SHA1:
1f0ea8d066791b341ec0cfc41ec2fa288adca39c
Base64:
7KS/