C:
char c = '\uAFFC';
printf("%c\n", c); // Output: 꿼
JavaScript:
const char = '\uAFFC';
console.log(char); // Output: 꿼
Java:
char c = '\uAFFC';
System.out.println(c); // Output: 꿼
JSON:
{"text": "\uAFFC"} // Value: 꿼
Python:
char = '\uAFFC'
print(char) # Output: 꿼
Perl:
my $char = "\x{AFFC}";
print $char; # Output: 꿼
PHP:
$char = "\x{AFFC}";
echo $char; // Output: 꿼
Ruby:
char = "\u{AFFC}"
puts char # Output: 꿼
Rust:
let c = '\u{AFFC}';
println!("{}", c); // Output: 꿼
Go:
char := '\uAFFC'
fmt.Printf("%c\n", char) // Output: 꿼
CSS:
/* CSS content property */
.element::before {
content: "\00AFFC"; /* 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%BF%BC
MD5:
5c8b51f4fc7772e0e7c5f0b5c0096132
SHA1:
32065b8e85c0f219fd5a2303491cab571350ea87
Base64:
6r+8