Unicode Finder

"ᵷ" U+1D77(LATIN SMALL LETTER TURNED G)

U+1D77
Nazwa Bloku
Phonetic Extensions
Nazwa
LATIN SMALL LETTER TURNED G

Programming

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

Web

CSS
\001D77
HtmlDecimal
ᵷ
HtmlHexadecimal
ᵷ
Url
%E1%B5%B7

Code

MD5
be513acdd649086f59c89d83027716a5
Sha1
6f2d6bee12ea9dbafd68c26413b592850ca82108
Base64
4bW3

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u1D77';
console.log(char);  // Output: ᵷ

Java:

char c = '\u1D77';
System.out.println(c);  // Output: ᵷ

JSON:

{"text": "\u1D77"}  // Value: ᵷ

Python:

char = '\u1D77'
print(char)  # Output: ᵷ

Perl:

my $char = "\x{1D77}";
print $char;  # Output: ᵷ

PHP:

$char = "\x{1D77}";
echo $char;  // Output: ᵷ

Ruby:

char = "\u{1D77}"
puts char  # Output: ᵷ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#7543;</p>  <!-- Display: ᵷ -->

HTML Hexadecimal:

<p>HTML hex: &#x1D77;</p>  <!-- Display: ᵷ -->

URL Encoding:

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

Encodings

MD5:

be513acdd649086f59c89d83027716a5

SHA1:

6f2d6bee12ea9dbafd68c26413b592850ca82108

Base64:

4bW3