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