C:
char c = '\uAF20';
printf("%c\n", c); // Output: 꼠
JavaScript:
const char = '\uAF20';
console.log(char); // Output: 꼠
Java:
char c = '\uAF20';
System.out.println(c); // Output: 꼠
JSON:
{"text": "\uAF20"} // Value: 꼠
Python:
char = '\uAF20'
print(char) # Output: 꼠
Perl:
my $char = "\x{AF20}";
print $char; # Output: 꼠
PHP:
$char = "\x{AF20}";
echo $char; // Output: 꼠
Ruby:
char = "\u{AF20}"
puts char # Output: 꼠
Rust:
let c = '\u{AF20}';
println!("{}", c); // Output: 꼠
Go:
char := '\uAF20'
fmt.Printf("%c\n", char) // Output: 꼠
CSS:
/* CSS content property */
.element::before {
content: "\00AF20"; /* 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%BC%A0
MD5:
1a54e7635176c091eb8d80cb3e8ea5da
SHA1:
34c1e409d45bd79e48108bbe440621fd7ab6f25d
Base64:
6ryg