C:
char c = '\uC6EC';
printf("%c\n", c); // Output: 웬
JavaScript:
const char = '\uC6EC';
console.log(char); // Output: 웬
Java:
char c = '\uC6EC';
System.out.println(c); // Output: 웬
JSON:
{"text": "\uC6EC"} // Value: 웬
Python:
char = '\uC6EC'
print(char) # Output: 웬
Perl:
my $char = "\x{C6EC}";
print $char; # Output: 웬
PHP:
$char = "\x{C6EC}";
echo $char; // Output: 웬
Ruby:
char = "\u{C6EC}"
puts char # Output: 웬
Rust:
let c = '\u{C6EC}';
println!("{}", c); // Output: 웬
Go:
char := '\uC6EC'
fmt.Printf("%c\n", char) // Output: 웬
CSS:
/* CSS content property */
.element::before {
content: "\00C6EC"; /* 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%9B%AC
MD5:
1fa2c4c0b71032a33dbf337d97d77275
SHA1:
dbaeb8dcb4ec1b936f02ec097faab3420808fc9f
Base64:
7Jus