Unicode Finder

"ỻ" U+1EFB(LATIN SMALL LETTER MIDDLE-WELSH LL)

U+1EFB
Tên Khối
Latin Extended Additional
Tên
LATIN SMALL LETTER MIDDLE-WELSH LL

Programming

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

Web

CSS
\001EFB
HtmlDecimal
ỻ
HtmlHexadecimal
ỻ
Url
%E1%BB%BB

Code

MD5
ddaa549c31a75e5580352d9a962e95e7
Sha1
ab22f364adb0b646ea97613c6142182e62991705
Base64
4bu7

Ví dụ Sử dụng

Programming Languages

C:

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

JavaScript:

const char = '\u1EFB';
console.log(char);  // Output: ỻ

Java:

char c = '\u1EFB';
System.out.println(c);  // Output: ỻ

JSON:

{"text": "\u1EFB"}  // Value: ỻ

Python:

char = '\u1EFB'
print(char)  # Output: ỻ

Perl:

my $char = "\x{1EFB}";
print $char;  # Output: ỻ

PHP:

$char = "\x{1EFB}";
echo $char;  // Output: ỻ

Ruby:

char = "\u{1EFB}"
puts char  # Output: ỻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#7931;</p>  <!-- Display: ỻ -->

HTML Hexadecimal:

<p>HTML hex: &#x1EFB;</p>  <!-- Display: ỻ -->

URL Encoding:

// ỻ URL encoding
https://unicodefinder.com/search.php?query=%E1%BB%BB

Encodings

MD5:

ddaa549c31a75e5580352d9a962e95e7

SHA1:

ab22f364adb0b646ea97613c6142182e62991705

Base64:

4bu7