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