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 U WITH DIAERESIS AND MACRON
Overview
Ǖ (LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON) is the Unicode character at code point U+01D5. 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+01D5 | |
| decimal | 469 | |
| htmldecimal | Ǖ | |
| htmlhex | Ǖ | |
| css | \01D5 | |
| javascript | \u{1D5} | |
| python | \u01d5 | |
| java | \u01D5 | |
| go | \u01D5 | |
| ruby | \u{1D5} | |
| rust | \u{1D5} | |
| ccpp | \u01d5 | |
| urlencoded | %C7%95 | |
| utf8bytes | c7 95 | |
| utf16bebytes | 01 d5 | |
| utf32bebytes | 00 00 01 d5 |
How to Use
HTML:
Ǖ
CSS:
content: "\01D5"
JavaScript:
"\u{1D5}"
Python:
"\u01d5"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 00DC 0304
Frequently Asked Questions
What is the Ǖ character (LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON)?
Ǖ (LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON) is the Unicode character U+01D5.
What is the Unicode codepoint of LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON?
The LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON character (Ǖ) has codepoint U+01D5.
How do I type or copy LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON?
Copy Ǖ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.