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