| Symbol Name | Modifier Letter Double Apostrophe |
| Unicode Version | 3.0 |
| Unicode | U+02EE |
| Unicode block | |
| General category | Modifier Letter (Lm) |
| UTF-8 | CB AE |
| UTF-16 | 02EE |
| UTF-32 | 000002EE |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERDOUBLEAPOSTROPHE}4\end{document}You can type the modifier letter double apostrophe symbol on most modern devices with the help of following methods:
Alt + 750 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter double apostrophe", or use Unicode Hex Input with 02EE.
Ctrl + Shift + U, type 02ee, 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-double-apostrophe::before { content: "\02EE"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ˮ</span>Modifier Letter Double Apostrophe symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u02EE' or String.fromCodePoint(750) |
| Python | '\N{MODIFIER LETTER DOUBLE APOSTROPHE}' or chr(750) |
| Rust | '\u{02EE}' |
| C / C++ | UTF-8 source or wchar_t with U+02EE |
| Go | string(rune(0x02EE)) |
| Ruby | "\u{02EE}" |
| CSS Code |
\02EE |
| Hex Code | 0x02EE |
| HTML Code | ˮ |
| LaTeX | \text{MODIFIERLETTERDOUBLEAPOSTROPHE} |
| Symbol | ˮ |
| URL encode (UTF-8 percent) | %CB%AE |
| Spoken / screen reader name | Modifier Letter Double Apostrophe |