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' : ''">
ᫎ
COMBINING LATIN SMALL LETTER INSULAR T
Overview
ᫎ (COMBINING LATIN SMALL LETTER INSULAR T) is the Unicode character at code point U+1ACE. It belongs to the Combining Diacritical Marks Extended block, in the Nonspacing Mark (Mn) general category. Its script is Zinh.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1ACE | |
| decimal | 6862 | |
| htmldecimal | ᫎ | |
| htmlhex | ᫎ | |
| css | \1ACE | |
| javascript | \u{1ACE} | |
| python | \u1ace | |
| java | \u1ACE | |
| go | \u1ACE | |
| ruby | \u{1ACE} | |
| rust | \u{1ACE} | |
| ccpp | \u1ace | |
| urlencoded | %E1%AB%8E | |
| utf8bytes | e1 ab 8e | |
| utf16bebytes | 1a ce | |
| utf32bebytes | 00 00 1a ce |
How to Use
HTML:
ᫎ
CSS:
content: "\1ACE"
JavaScript:
"\u{1ACE}"
Python:
"\u1ace"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ᫎ character (COMBINING LATIN SMALL LETTER INSULAR T)?
ᫎ (COMBINING LATIN SMALL LETTER INSULAR T) is the Unicode character U+1ACE.
What is the Unicode codepoint of COMBINING LATIN SMALL LETTER INSULAR T?
The COMBINING LATIN SMALL LETTER INSULAR T character (ᫎ) has codepoint U+1ACE.
How do I type or copy COMBINING LATIN SMALL LETTER INSULAR T?
Copy ᫎ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.