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