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