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