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