C:
char c = '\uD4F7';
printf("%c\n", c); // Output: 퓷
JavaScript:
const char = '\uD4F7';
console.log(char); // Output: 퓷
Java:
char c = '\uD4F7';
System.out.println(c); // Output: 퓷
JSON:
{"text": "\uD4F7"} // Value: 퓷
Python:
char = '\uD4F7'
print(char) # Output: 퓷
Perl:
my $char = "\x{D4F7}";
print $char; # Output: 퓷
PHP:
$char = "\x{D4F7}";
echo $char; // Output: 퓷
Ruby:
char = "\u{D4F7}"
puts char # Output: 퓷
Rust:
let c = '\u{D4F7}';
println!("{}", c); // Output: 퓷
Go:
char := '\uD4F7'
fmt.Printf("%c\n", char) // Output: 퓷
CSS:
/* CSS content property */
.element::before {
content: "\00D4F7"; /* 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%B7
MD5:
83e8a2c12ef3ef2a39be69884e09a2fb
SHA1:
ffd495f19783879a067ce8b6e74ea6d92e284e9d
Base64:
7ZO3