Unicode Finder

"ᵼ" U+1D7C(LATIN SMALL LETTER IOTA WITH STROKE)

U+1D7C
Nazwa Bloku
Phonetic Extensions
Nazwa
LATIN SMALL LETTER IOTA WITH STROKE

Programming

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

Web

CSS
\001D7C
HtmlDecimal
ᵼ
HtmlHexadecimal
ᵼ
Url
%E1%B5%BC

Code

MD5
4f8b8d309eb3b3be95638d5f3d276199
Sha1
33394c881fa8ce060d669c503d97600dd23029d5
Base64
4bW8

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u1D7C';
console.log(char);  // Output: ᵼ

Java:

char c = '\u1D7C';
System.out.println(c);  // Output: ᵼ

JSON:

{"text": "\u1D7C"}  // Value: ᵼ

Python:

char = '\u1D7C'
print(char)  # Output: ᵼ

Perl:

my $char = "\x{1D7C}";
print $char;  # Output: ᵼ

PHP:

$char = "\x{1D7C}";
echo $char;  // Output: ᵼ

Ruby:

char = "\u{1D7C}"
puts char  # Output: ᵼ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#7548;</p>  <!-- Display: ᵼ -->

HTML Hexadecimal:

<p>HTML hex: &#x1D7C;</p>  <!-- Display: ᵼ -->

URL Encoding:

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

Encodings

MD5:

4f8b8d309eb3b3be95638d5f3d276199

SHA1:

33394c881fa8ce060d669c503d97600dd23029d5

Base64:

4bW8