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