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