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