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