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