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