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