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