C:
char c = '\u1DF5';
printf("%c\n", c); // Output: ᷵
JavaScript:
const char = '\u1DF5';
console.log(char); // Output: ᷵
Java:
char c = '\u1DF5';
System.out.println(c); // Output: ᷵
JSON:
{"text": "\u1DF5"} // Value: ᷵
Python:
char = '\u1DF5'
print(char) # Output: ᷵
Perl:
my $char = "\x{1DF5}";
print $char; # Output: ᷵
PHP:
$char = "\x{1DF5}";
echo $char; // Output: ᷵
Ruby:
char = "\u{1DF5}"
puts char # Output: ᷵
Rust:
let c = '\u{1DF5}';
println!("{}", c); // Output: ᷵
Go:
char := '\u1DF5'
fmt.Printf("%c\n", char) // Output: ᷵
CSS:
/* CSS content property */
.element::before {
content: "\001DF5"; /* 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=%E1%B7%B5
MD5:
7fffb802da6c304df4f315ade6b60623
SHA1:
616ba50222ec3db230c144c645547f19bce0d45c
Base64:
4be1