C:
char c = '\u1DFC';
printf("%c\n", c); // Output: ᷼
JavaScript:
const char = '\u1DFC';
console.log(char); // Output: ᷼
Java:
char c = '\u1DFC';
System.out.println(c); // Output: ᷼
JSON:
{"text": "\u1DFC"} // Value: ᷼
Python:
char = '\u1DFC'
print(char) # Output: ᷼
Perl:
my $char = "\x{1DFC}";
print $char; # Output: ᷼
PHP:
$char = "\x{1DFC}";
echo $char; // Output: ᷼
Ruby:
char = "\u{1DFC}"
puts char # Output: ᷼
Rust:
let c = '\u{1DFC}';
println!("{}", c); // Output: ᷼
Go:
char := '\u1DFC'
fmt.Printf("%c\n", char) // Output: ᷼
CSS:
/* CSS content property */
.element::before {
content: "\001DFC"; /* 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%BC
MD5:
c8dd0ba4e0c09519949ddaeea8c34969
SHA1:
02af7aa34780a09e88b4698365d589dd022d342d
Base64:
4be8