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