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