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