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