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