C:
char c = '\uD7F4';
printf("%c\n", c); // Output: ퟴ
JavaScript:
const char = '\uD7F4';
console.log(char); // Output: ퟴ
Java:
char c = '\uD7F4';
System.out.println(c); // Output: ퟴ
JSON:
{"text": "\uD7F4"} // Value: ퟴ
Python:
char = '\uD7F4'
print(char) # Output: ퟴ
Perl:
my $char = "\x{D7F4}";
print $char; # Output: ퟴ
PHP:
$char = "\x{D7F4}";
echo $char; // Output: ퟴ
Ruby:
char = "\u{D7F4}"
puts char # Output: ퟴ
Rust:
let c = '\u{D7F4}';
println!("{}", c); // Output: ퟴ
Go:
char := '\uD7F4'
fmt.Printf("%c\n", char) // Output: ퟴ
CSS:
/* CSS content property */
.element::before {
content: "\00D7F4"; /* 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%9F%B4
MD5:
b655cf104216e356df770866233c6ab9
SHA1:
f1c3efee027afc9baab67221ba6c03b6c99c74f9
Base64:
7Z+0