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