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