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