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 Y WITH LOOP
Overview
Ỿ (LATIN CAPITAL LETTER Y WITH LOOP) is the Unicode character at code point U+1EFE. It belongs to the Latin Extended Additional block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1EFE | |
| decimal | 7934 | |
| htmldecimal | Ỿ | |
| htmlhex | Ỿ | |
| css | \1EFE | |
| javascript | \u{1EFE} | |
| python | \u1efe | |
| java | \u1EFE | |
| go | \u1EFE | |
| ruby | \u{1EFE} | |
| rust | \u{1EFE} | |
| ccpp | \u1efe | |
| urlencoded | %E1%BB%BE | |
| utf8bytes | e1 bb be | |
| utf16bebytes | 1e fe | |
| utf32bebytes | 00 00 1e fe |
How to Use
HTML:
Ỿ
CSS:
content: "\1EFE"
JavaScript:
"\u{1EFE}"
Python:
"\u1efe"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ỿ character (LATIN CAPITAL LETTER Y WITH LOOP)?
Ỿ (LATIN CAPITAL LETTER Y WITH LOOP) is the Unicode character U+1EFE.
What is the Unicode codepoint of LATIN CAPITAL LETTER Y WITH LOOP?
The LATIN CAPITAL LETTER Y WITH LOOP character (Ỿ) has codepoint U+1EFE.
How do I type or copy LATIN CAPITAL LETTER Y WITH LOOP?
Copy Ỿ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.