Unicode Finder

"ṽ" U+1E7D(LATIN SMALL LETTER V WITH TILDE)

U+1E7D
Nazwa Bloku
Latin Extended Additional
Nazwa
LATIN SMALL LETTER V WITH TILDE

Programming

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

Web

CSS
\001E7D
HtmlDecimal
ṽ
HtmlHexadecimal
ṽ
Url
%E1%B9%BD

Code

MD5
f4d0248c998a85ae683595d94f4e04c9
Sha1
6056d6f9fc5067b8a84877084ae7e423e53c1747
Base64
4bm9

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u1E7D';
console.log(char);  // Output: ṽ

Java:

char c = '\u1E7D';
System.out.println(c);  // Output: ṽ

JSON:

{"text": "\u1E7D"}  // Value: ṽ

Python:

char = '\u1E7D'
print(char)  # Output: ṽ

Perl:

my $char = "\x{1E7D}";
print $char;  # Output: ṽ

PHP:

$char = "\x{1E7D}";
echo $char;  // Output: ṽ

Ruby:

char = "\u{1E7D}"
puts char  # Output: ṽ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#7805;</p>  <!-- Display: ṽ -->

HTML Hexadecimal:

<p>HTML hex: &#x1E7D;</p>  <!-- Display: ṽ -->

URL Encoding:

// ṽ URL encoding
https://unicodefinder.com/search.php?query=%E1%B9%BD

Encodings

MD5:

f4d0248c998a85ae683595d94f4e04c9

SHA1:

6056d6f9fc5067b8a84877084ae7e423e53c1747

Base64:

4bm9