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