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