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