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