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