| Nombre del símbolo | Latin Small Letter O With Tilde And Acute |
| Versión Unicode | 1.1 |
| Unicode | U+1E4D |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | E1 B9 8D |
| UTF-16 | 1E4D |
| UTF-32 | 00001E4D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROWITHTILDEANDACUTE}4\end{document}Puedes escribir el símbolo latin small letter o with tilde and acute en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 7757 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter o with tilde and acute", or use Unicode Hex Input with 1E4D.
Ctrl + Shift + U, type 1e4d, 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-small-letter-o-with-tilde-and-acute::before { content: "\1E4D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ṍ</span>La representación del símbolo Latin Small Letter O With Tilde And Acute en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u1E4D' or String.fromCodePoint(7757) |
| Python | '\N{LATIN SMALL LETTER O WITH TILDE AND ACUTE}' or chr(7757) |
| Rust | '\u{1E4D}' |
| C / C++ | UTF-8 source or wchar_t with U+1E4D |
| Go | string(rune(0x1E4D)) |
| Ruby | "\u{1E4D}" |
| Código CSS |
\1E4D |
| Código hexadecimal | 0x1E4D |
| Código HTML | ṍ |
| LaTeX | \text{LATINSMALLLETTEROWITHTILDEANDACUTE} |
| Símbolo | ṍ |
| Codificación URL (porcentaje UTF-8) | %E1%B9%8D |
| Nombre oral / lector de pantalla | Latin Small Letter O With Tilde And Acute |