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