Unicode Finder

"ᵶ" U+1D76(LATIN SMALL LETTER Z WITH MIDDLE TILDE)

U+1D76
Nazwa Bloku
Phonetic Extensions
Nazwa
LATIN SMALL LETTER Z WITH MIDDLE TILDE

Programming

C
\u1D76
JavaScript
\u1D76
Java
\u1D76
Json
\u1D76
Python
\u1D76
Perl
\x{1D76}
PHP
\x{1D76}
Ruby
\u{1D76}
Rust
\u{1D76}
Go
\u1D76

Web

CSS
\001D76
HtmlDecimal
ᵶ
HtmlHexadecimal
ᵶ
Url
%E1%B5%B6

Code

MD5
ff7660cbf6e47bb71d853ad03ee569b5
Sha1
b999d5485bf960040a1392ad73b72bc7bd2de783
Base64
4bW2

Przykłady Użycia

Programming Languages

C:

char c = '\u1D76';
printf("%c\n", c);  // Output: ᵶ

JavaScript:

const char = '\u1D76';
console.log(char);  // Output: ᵶ

Java:

char c = '\u1D76';
System.out.println(c);  // Output: ᵶ

JSON:

{"text": "\u1D76"}  // Value: ᵶ

Python:

char = '\u1D76'
print(char)  # Output: ᵶ

Perl:

my $char = "\x{1D76}";
print $char;  # Output: ᵶ

PHP:

$char = "\x{1D76}";
echo $char;  // Output: ᵶ

Ruby:

char = "\u{1D76}"
puts char  # Output: ᵶ

Rust:

let c = '\u{1D76}';
println!("{}", c);  // Output: ᵶ

Go:

char := '\u1D76'
fmt.Printf("%c\n", char)  // Output: ᵶ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001D76";  /* Display: ᵶ */
}

HTML Decimal:

<p>HTML decimal: &#7542;</p>  <!-- Display: ᵶ -->

HTML Hexadecimal:

<p>HTML hex: &#x1D76;</p>  <!-- Display: ᵶ -->

URL Encoding:

// ᵶ URL encoding
https://unicodefinder.com/search.php?query=%E1%B5%B6

Encodings

MD5:

ff7660cbf6e47bb71d853ad03ee569b5

SHA1:

b999d5485bf960040a1392ad73b72bc7bd2de783

Base64:

4bW2