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