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 UE
Overview
ᵫ (LATIN SMALL LETTER UE) is the Unicode character at code point U+1D6B. It belongs to the Phonetic Extensions block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1D6B | |
| decimal | 7531 | |
| htmldecimal | ᵫ | |
| htmlhex | ᵫ | |
| css | \1D6B | |
| javascript | \u{1D6B} | |
| python | \u1d6b | |
| java | \u1D6B | |
| go | \u1D6B | |
| ruby | \u{1D6B} | |
| rust | \u{1D6B} | |
| ccpp | \u1d6b | |
| urlencoded | %E1%B5%AB | |
| utf8bytes | e1 b5 ab | |
| utf16bebytes | 1d 6b | |
| utf32bebytes | 00 00 1d 6b |
How to Use
HTML:
ᵫ
CSS:
content: "\1D6B"
JavaScript:
"\u{1D6B}"
Python:
"\u1d6b"
Properties
- Block
- Phonetic Extensions
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ᵫ character (LATIN SMALL LETTER UE)?
ᵫ (LATIN SMALL LETTER UE) is the Unicode character U+1D6B.
What is the Unicode codepoint of LATIN SMALL LETTER UE?
The LATIN SMALL LETTER UE character (ᵫ) has codepoint U+1D6B.
How do I type or copy LATIN SMALL LETTER UE?
Copy ᵫ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.