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