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