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