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