| Nombre del símbolo | Latin Capital Letter R With Dot Below |
| Versión Unicode | 1.1 |
| Unicode | U+1E5A |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | E1 B9 9A |
| UTF-16 | 1E5A |
| UTF-32 | 00001E5A |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERRWITHDOTBELOW}4\end{document}Puedes escribir el símbolo latin capital letter r with dot below en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 7770 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter r with dot below", or use Unicode Hex Input with 1E5A.
Ctrl + Shift + U, type 1e5a, 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.latin-capital-letter-r-with-dot-below::before { content: "\1E5A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ṛ</span>La representación del símbolo Latin Capital Letter R With Dot Below en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u1E5A' or String.fromCodePoint(7770) |
| Python | '\N{LATIN CAPITAL LETTER R WITH DOT BELOW}' or chr(7770) |
| Rust | '\u{1E5A}' |
| C / C++ | UTF-8 source or wchar_t with U+1E5A |
| Go | string(rune(0x1E5A)) |
| Ruby | "\u{1E5A}" |
| Código CSS |
\1E5A |
| Código hexadecimal | 0x1E5A |
| Código HTML | Ṛ |
| LaTeX | \text{LATINCAPITALLETTERRWITHDOTBELOW} |
| Símbolo | Ṛ |
| Codificación URL (porcentaje UTF-8) | %E1%B9%9A |
| Nombre oral / lector de pantalla | Latin Capital Letter R With Dot Below |