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