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