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 U WITH CARON
Overview
ǔ (LATIN SMALL LETTER U WITH CARON) is the Unicode character at code point U+01D4. 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+01D4 | |
| decimal | 468 | |
| htmldecimal | ǔ | |
| htmlhex | ǔ | |
| css | \01D4 | |
| javascript | \u{1D4} | |
| python | \u01d4 | |
| java | \u01D4 | |
| go | \u01D4 | |
| ruby | \u{1D4} | |
| rust | \u{1D4} | |
| ccpp | \u01d4 | |
| urlencoded | %C7%94 | |
| utf8bytes | c7 94 | |
| utf16bebytes | 01 d4 | |
| utf32bebytes | 00 00 01 d4 |
How to Use
HTML:
ǔ
CSS:
content: "\01D4"
JavaScript:
"\u{1D4}"
Python:
"\u01d4"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0075 030C
Frequently Asked Questions
What is the ǔ character (LATIN SMALL LETTER U WITH CARON)?
ǔ (LATIN SMALL LETTER U WITH CARON) is the Unicode character U+01D4.
What is the Unicode codepoint of LATIN SMALL LETTER U WITH CARON?
The LATIN SMALL LETTER U WITH CARON character (ǔ) has codepoint U+01D4.
How do I type or copy LATIN SMALL LETTER U WITH CARON?
Copy ǔ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.