C:
char c = '\uD53F';
printf("%c\n", c); // Output: 픿
JavaScript:
const char = '\uD53F';
console.log(char); // Output: 픿
Java:
char c = '\uD53F';
System.out.println(c); // Output: 픿
JSON:
{"text": "\uD53F"} // Value: 픿
Python:
char = '\uD53F'
print(char) # Output: 픿
Perl:
my $char = "\x{D53F}";
print $char; # Output: 픿
PHP:
$char = "\x{D53F}";
echo $char; // Output: 픿
Ruby:
char = "\u{D53F}"
puts char # Output: 픿
Rust:
let c = '\u{D53F}';
println!("{}", c); // Output: 픿
Go:
char := '\uD53F'
fmt.Printf("%c\n", char) // Output: 픿
CSS:
/* CSS content property */
.element::before {
content: "\00D53F"; /* 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%94%BF
MD5:
5e3fe518eaffa034dccad54c39b966d2
SHA1:
a4e5335268242c8726a44fb9e93b1c8cccb29df6
Base64:
7ZS/