| Nombre del símbolo | Modifier Letter Dot Slash |
| Versión Unicode | 5.0 |
| Unicode | U+A718 |
| Bloque Unicode | |
| Categoría general | Modifier Letter (Lm) |
| UTF-8 | EA 9C 98 |
| UTF-16 | A718 |
| UTF-32 | 0000A718 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERDOTSLASH}4\end{document}Puedes escribir el símbolo modifier letter dot slash en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42776 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter dot slash", or use Unicode Hex Input with A718.
Ctrl + Shift + U, type a718, 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-dot-slash::before { content: "\A718"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜘ</span>La representación del símbolo Modifier Letter Dot Slash en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA718' or String.fromCodePoint(42776) |
| Python | '\N{MODIFIER LETTER DOT SLASH}' or chr(42776) |
| Rust | '\u{A718}' |
| C / C++ | UTF-8 source or wchar_t with U+A718 |
| Go | string(rune(0xA718)) |
| Ruby | "\u{A718}" |
| Código CSS |
\A718 |
| Código hexadecimal | 0xA718 |
| Código HTML | ꜘ |
| LaTeX | \text{MODIFIERLETTERDOTSLASH} |
| Símbolo | ꜘ |
| Codificación URL (porcentaje UTF-8) | %EA%9C%98 |
| Nombre oral / lector de pantalla | Modifier Letter Dot Slash |