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