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 D WITH CURL
Overview
ȡ (LATIN SMALL LETTER D WITH CURL) is the Unicode character at code point U+0221. 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+0221 | |
| decimal | 545 | |
| htmldecimal | ȡ | |
| htmlhex | ȡ | |
| css | \0221 | |
| javascript | \u{221} | |
| python | \u0221 | |
| java | \u0221 | |
| go | \u0221 | |
| ruby | \u{221} | |
| rust | \u{221} | |
| ccpp | \u0221 | |
| urlencoded | %C8%A1 | |
| utf8bytes | c8 a1 | |
| utf16bebytes | 02 21 | |
| utf32bebytes | 00 00 02 21 |
How to Use
HTML:
ȡ
CSS:
content: "\0221"
JavaScript:
"\u{221}"
Python:
"\u0221"
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 D WITH CURL)?
ȡ (LATIN SMALL LETTER D WITH CURL) is the Unicode character U+0221.
What is the Unicode codepoint of LATIN SMALL LETTER D WITH CURL?
The LATIN SMALL LETTER D WITH CURL character (ȡ) has codepoint U+0221.
How do I type or copy LATIN SMALL LETTER D WITH CURL?
Copy ȡ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.