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