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