C:
char c = '\uAEE4';
printf("%c\n", c); // Output: 껤
JavaScript:
const char = '\uAEE4';
console.log(char); // Output: 껤
Java:
char c = '\uAEE4';
System.out.println(c); // Output: 껤
JSON:
{"text": "\uAEE4"} // Value: 껤
Python:
char = '\uAEE4'
print(char) # Output: 껤
Perl:
my $char = "\x{AEE4}";
print $char; # Output: 껤
PHP:
$char = "\x{AEE4}";
echo $char; // Output: 껤
Ruby:
char = "\u{AEE4}"
puts char # Output: 껤
Rust:
let c = '\u{AEE4}';
println!("{}", c); // Output: 껤
Go:
char := '\uAEE4'
fmt.Printf("%c\n", char) // Output: 껤
CSS:
/* CSS content property */
.element::before {
content: "\00AEE4"; /* 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%A4
MD5:
0eb57058a4ce3d8c5ba9813c9aeed1f7
SHA1:
4a205220960be013ae09d0bd57952551c9758bf4
Base64:
6ruk