C:
char c = '\uAEE9';
printf("%c\n", c); // Output: 껩
JavaScript:
const char = '\uAEE9';
console.log(char); // Output: 껩
Java:
char c = '\uAEE9';
System.out.println(c); // Output: 껩
JSON:
{"text": "\uAEE9"} // Value: 껩
Python:
char = '\uAEE9'
print(char) # Output: 껩
Perl:
my $char = "\x{AEE9}";
print $char; # Output: 껩
PHP:
$char = "\x{AEE9}";
echo $char; // Output: 껩
Ruby:
char = "\u{AEE9}"
puts char # Output: 껩
Rust:
let c = '\u{AEE9}';
println!("{}", c); // Output: 껩
Go:
char := '\uAEE9'
fmt.Printf("%c\n", char) // Output: 껩
CSS:
/* CSS content property */
.element::before {
content: "\00AEE9"; /* 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=%EA%BB%A9
MD5:
d13f1fdbb34d290a65a908d9f6c8b49b
SHA1:
3bb4b120cac107d9ce812ddbbf19b8f886e0fafc
Base64:
6rup