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 CAPITAL LETTER L WITH DOUBLE BAR
Overview
Ⱡ (LATIN CAPITAL LETTER L WITH DOUBLE BAR) is the Unicode character at code point U+2C60. It belongs to the Latin Extended-C block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2C60 | |
| decimal | 11360 | |
| htmldecimal | Ⱡ | |
| htmlhex | Ⱡ | |
| css | \2C60 | |
| javascript | \u{2C60} | |
| python | \u2c60 | |
| java | \u2C60 | |
| go | \u2C60 | |
| ruby | \u{2C60} | |
| rust | \u{2C60} | |
| ccpp | \u2c60 | |
| urlencoded | %E2%B1%A0 | |
| utf8bytes | e2 b1 a0 | |
| utf16bebytes | 2c 60 | |
| utf32bebytes | 00 00 2c 60 |
How to Use
HTML:
Ⱡ
CSS:
content: "\2C60"
JavaScript:
"\u{2C60}"
Python:
"\u2c60"
Properties
- Block
- Latin Extended-C
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ⱡ character (LATIN CAPITAL LETTER L WITH DOUBLE BAR)?
Ⱡ (LATIN CAPITAL LETTER L WITH DOUBLE BAR) is the Unicode character U+2C60.
What is the Unicode codepoint of LATIN CAPITAL LETTER L WITH DOUBLE BAR?
The LATIN CAPITAL LETTER L WITH DOUBLE BAR character (Ⱡ) has codepoint U+2C60.
How do I type or copy LATIN CAPITAL LETTER L WITH DOUBLE BAR?
Copy Ⱡ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.