Unicode Finder

"ꬷ" U+AB37(LATIN SMALL LETTER L WITH INVERTED LAZY S)

U+AB37
ブロック名
Unknown Block
名前
LATIN SMALL LETTER L WITH INVERTED LAZY S

Programming

C
\uAB37
JavaScript
\uAB37
Java
\uAB37
Json
\uAB37
Python
\uAB37
Perl
\x{AB37}
PHP
\x{AB37}
Ruby
\u{AB37}
Rust
\u{AB37}
Go
\uAB37

Web

CSS
\00AB37
HtmlDecimal
ꬷ
HtmlHexadecimal
ꬷ
Url
%EA%AC%B7

Code

MD5
c654bc14ace3cb0b5ef6229fdf17d0de
Sha1
d4a29c84acd6463a68a1977039353872f77734bc
Base64
6qy3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAB37';
console.log(char);  // Output: ꬷ

Java:

char c = '\uAB37';
System.out.println(c);  // Output: ꬷ

JSON:

{"text": "\uAB37"}  // Value: ꬷ

Python:

char = '\uAB37'
print(char)  # Output: ꬷ

Perl:

my $char = "\x{AB37}";
print $char;  # Output: ꬷ

PHP:

$char = "\x{AB37}";
echo $char;  // Output: ꬷ

Ruby:

char = "\u{AB37}"
puts char  # Output: ꬷ

Rust:

let c = '\u{AB37}';
println!("{}", c);  // Output: ꬷ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00AB37";  /* Display: ꬷ */
}

HTML Decimal:

<p>HTML decimal: &#43831;</p>  <!-- Display: ꬷ -->

HTML Hexadecimal:

<p>HTML hex: &#xAB37;</p>  <!-- Display: ꬷ -->

URL Encoding:

// ꬷ URL encoding
https://unicodefinder.com/search.php?query=%EA%AC%B7

Encodings

MD5:

c654bc14ace3cb0b5ef6229fdf17d0de

SHA1:

d4a29c84acd6463a68a1977039353872f77734bc

Base64:

6qy3