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