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