| Symbol Name | Modifier Letter Reversed Comma |
| Unicode Version | 1.1 |
| Unicode | U+02BD |
| Unicode block | |
| General category | Modifier Letter (Lm) |
| CSS Code |
| UTF-8 | CA BD |
| UTF-16 | 02BD |
| UTF-32 | 000002BD |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERREVERSEDCOMMA}4\end{document}You can type the modifier letter reversed comma symbol on most modern devices with the help of following methods:
Alt + 701 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter reversed comma", or use Unicode Hex Input with 02BD.
Ctrl + Shift + U, type 02bd, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.modifier-letter-reversed-comma::before { content: "\02BD"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʽ</span>Modifier Letter Reversed Comma symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u02BD' or String.fromCodePoint(701) |
| Python | '\N{MODIFIER LETTER REVERSED COMMA}' or chr(701) |
| Rust | '\u{02BD}' |
| C / C++ | UTF-8 source or wchar_t with U+02BD |
| Go | string(rune(0x02BD)) |
| Ruby | "\u{02BD}" |
\02BD |
| Hex Code | 0x02BD |
| HTML Code | ʽ |
| LaTeX | \text{MODIFIERLETTERREVERSEDCOMMA} |
| Symbol | ʽ |
| URL encode (UTF-8 percent) | %CA%BD |
| Spoken / screen reader name | Modifier Letter Reversed Comma |