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