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 TURNED V
Overview
Ʌ (LATIN CAPITAL LETTER TURNED V) is the Unicode character at code point U+0245. It belongs to the Latin Extended-B block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0245 | |
| decimal | 581 | |
| htmldecimal | Ʌ | |
| htmlhex | Ʌ | |
| css | \0245 | |
| javascript | \u{245} | |
| python | \u0245 | |
| java | \u0245 | |
| go | \u0245 | |
| ruby | \u{245} | |
| rust | \u{245} | |
| ccpp | \u0245 | |
| urlencoded | %C9%85 | |
| utf8bytes | c9 85 | |
| utf16bebytes | 02 45 | |
| utf32bebytes | 00 00 02 45 |
How to Use
HTML:
Ʌ
CSS:
content: "\0245"
JavaScript:
"\u{245}"
Python:
"\u0245"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ʌ character (LATIN CAPITAL LETTER TURNED V)?
Ʌ (LATIN CAPITAL LETTER TURNED V) is the Unicode character U+0245.
What is the Unicode codepoint of LATIN CAPITAL LETTER TURNED V?
The LATIN CAPITAL LETTER TURNED V character (Ʌ) has codepoint U+0245.
How do I type or copy LATIN CAPITAL LETTER TURNED V?
Copy Ʌ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.