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