C:
char c = '\uC8EC';
printf("%c\n", c); // Output: 죬
JavaScript:
const char = '\uC8EC';
console.log(char); // Output: 죬
Java:
char c = '\uC8EC';
System.out.println(c); // Output: 죬
JSON:
{"text": "\uC8EC"} // Value: 죬
Python:
char = '\uC8EC'
print(char) # Output: 죬
Perl:
my $char = "\x{C8EC}";
print $char; # Output: 죬
PHP:
$char = "\x{C8EC}";
echo $char; // Output: 죬
Ruby:
char = "\u{C8EC}"
puts char # Output: 죬
Rust:
let c = '\u{C8EC}';
println!("{}", c); // Output: 죬
Go:
char := '\uC8EC'
fmt.Printf("%c\n", char) // Output: 죬
CSS:
/* CSS content property */
.element::before {
content: "\00C8EC"; /* 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%A3%AC
MD5:
325e65bee9b118a607d69559c1af136f
SHA1:
871883e47090fb4fad1f5072ebae6b6db16c8c3e
Base64:
7KOs