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