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