C:
char c = '\uC36B';
printf("%c\n", c); // Output: 썫
JavaScript:
const char = '\uC36B';
console.log(char); // Output: 썫
Java:
char c = '\uC36B';
System.out.println(c); // Output: 썫
JSON:
{"text": "\uC36B"} // Value: 썫
Python:
char = '\uC36B'
print(char) # Output: 썫
Perl:
my $char = "\x{C36B}";
print $char; # Output: 썫
PHP:
$char = "\x{C36B}";
echo $char; // Output: 썫
Ruby:
char = "\u{C36B}"
puts char # Output: 썫
Rust:
let c = '\u{C36B}';
println!("{}", c); // Output: 썫
Go:
char := '\uC36B'
fmt.Printf("%c\n", char) // Output: 썫
CSS:
/* CSS content property */
.element::before {
content: "\00C36B"; /* 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%AB
MD5:
0044b6c59c85e4718c1c6011842f3e84
SHA1:
76db3d7f21e4441ad5cfe7fe786fb7eca80dbb9c
Base64:
7I2r