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