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' : ''">
ʽ
MODIFIER LETTER REVERSED COMMA
Overview
ʽ (MODIFIER LETTER REVERSED COMMA) is the Unicode character at code point U+02BD. It belongs to the Spacing Modifier Letters block, in the Modifier Letter (Lm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+02BD | |
| decimal | 701 | |
| htmldecimal | ʽ | |
| htmlhex | ʽ | |
| css | \02BD | |
| javascript | \u{2BD} | |
| python | \u02bd | |
| java | \u02BD | |
| go | \u02BD | |
| ruby | \u{2BD} | |
| rust | \u{2BD} | |
| ccpp | \u02bd | |
| urlencoded | %CA%BD | |
| utf8bytes | ca bd | |
| utf16bebytes | 02 bd | |
| utf32bebytes | 00 00 02 bd |
How to Use
HTML:
ʽ
CSS:
content: "\02BD"
JavaScript:
"\u{2BD}"
Python:
"\u02bd"
Properties
- Block
- Spacing Modifier Letters
- Script
- Zyyy
- Category
- Modifier Letter (Lm)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ʽ character (MODIFIER LETTER REVERSED COMMA)?
ʽ (MODIFIER LETTER REVERSED COMMA) is the Unicode character U+02BD.
What is the Unicode codepoint of MODIFIER LETTER REVERSED COMMA?
The MODIFIER LETTER REVERSED COMMA character (ʽ) has codepoint U+02BD.
How do I type or copy MODIFIER LETTER REVERSED COMMA?
Copy ʽ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.