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