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