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