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