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