| Nombre del símbolo | Latin Small Letter O With Double Grave |
| Versión Unicode | 1.1 |
| Unicode | U+020D |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | C8 8D |
| UTF-16 | 020D |
| UTF-32 | 0000020D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROWITHDOUBLEGRAVE}4\end{document}Puedes escribir el símbolo latin small letter o with double grave en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 525 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter o with double grave", or use Unicode Hex Input with 020D.
Ctrl + Shift + U, type 020d, 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-double-grave::before { content: "\020D"; 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 Double Grave en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u020D' or String.fromCodePoint(525) |
| Python | '\N{LATIN SMALL LETTER O WITH DOUBLE GRAVE}' or chr(525) |
| Rust | '\u{020D}' |
| C / C++ | UTF-8 source or wchar_t with U+020D |
| Go | string(rune(0x020D)) |
| Ruby | "\u{020D}" |
| Código CSS |
\020D |
| Código hexadecimal | 0x020D |
| Código HTML | ȍ |
| LaTeX | \text{LATINSMALLLETTEROWITHDOUBLEGRAVE} |
| Símbolo | ȍ |
| Codificación URL (porcentaje UTF-8) | %C8%8D |
| Nombre oral / lector de pantalla | Latin Small Letter O With Double Grave |