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