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