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