copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ƚ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ƚ
LATIN SMALL LETTER L WITH BAR
Overview
ƚ (LATIN SMALL LETTER L WITH BAR) is the Unicode character at code point U+019A. It belongs to the Latin Extended-B block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+019A | |
| decimal | 410 | |
| htmldecimal | ƚ | |
| htmlhex | ƚ | |
| css | \019A | |
| javascript | \u{19A} | |
| python | \u019a | |
| java | \u019A | |
| go | \u019A | |
| ruby | \u{19A} | |
| rust | \u{19A} | |
| ccpp | \u019a | |
| urlencoded | %C6%9A | |
| utf8bytes | c6 9a | |
| utf16bebytes | 01 9a | |
| utf32bebytes | 00 00 01 9a |
How to Use
HTML:
ƚ
CSS:
content: "\019A"
JavaScript:
"\u{19A}"
Python:
"\u019a"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ƚ character (LATIN SMALL LETTER L WITH BAR)?
ƚ (LATIN SMALL LETTER L WITH BAR) is the Unicode character U+019A.
What is the Unicode codepoint of LATIN SMALL LETTER L WITH BAR?
The LATIN SMALL LETTER L WITH BAR character (ƚ) has codepoint U+019A.
How do I type or copy LATIN SMALL LETTER L WITH BAR?
Copy ƚ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.