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