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