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