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