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