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