C:
char c = '\uD1FD';
printf("%c\n", c); // Output: 퇽
JavaScript:
const char = '\uD1FD';
console.log(char); // Output: 퇽
Java:
char c = '\uD1FD';
System.out.println(c); // Output: 퇽
JSON:
{"text": "\uD1FD"} // Value: 퇽
Python:
char = '\uD1FD'
print(char) # Output: 퇽
Perl:
my $char = "\x{D1FD}";
print $char; # Output: 퇽
PHP:
$char = "\x{D1FD}";
echo $char; // Output: 퇽
Ruby:
char = "\u{D1FD}"
puts char # Output: 퇽
Rust:
let c = '\u{D1FD}';
println!("{}", c); // Output: 퇽
Go:
char := '\uD1FD'
fmt.Printf("%c\n", char) // Output: 퇽
CSS:
/* CSS content property */
.element::before {
content: "\00D1FD"; /* 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=%ED%87%BD
MD5:
50406ed10ca644f5531e88394905d3e0
SHA1:
2700176881c22ef446512bdb3bd882f39d1587b6
Base64:
7Ye9