| Symboolnaam | Latin Small Letter O With Macron And Grave |
| Unicode-versie | 1.1 |
| Unicode | U+1E51 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| UTF-8 | E1 B9 91 |
| UTF-16 | 1E51 |
| UTF-32 | 00001E51 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROWITHMACRONANDGRAVE}4\end{document}Je kunt het latin small letter o with macron and grave-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 7761 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter o with macron and grave", or use Unicode Hex Input with 1E51.
Ctrl + Shift + U, type 1e51, 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-macron-and-grave::before { content: "\1E51"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ṑ</span>De weergave van het Latin Small Letter O With Macron And Grave-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u1E51' or String.fromCodePoint(7761) |
| Python | '\N{LATIN SMALL LETTER O WITH MACRON AND GRAVE}' or chr(7761) |
| Rust | '\u{1E51}' |
| C / C++ | UTF-8 source or wchar_t with U+1E51 |
| Go | string(rune(0x1E51)) |
| Ruby | "\u{1E51}" |
| CSS-code |
\1E51 |
| Hexadecimale code | 0x1E51 |
| HTML-code | ṑ |
| LaTeX | \text{LATINSMALLLETTEROWITHMACRONANDGRAVE} |
| Symbool | ṑ |
| URL-codering (UTF-8 procent) | %E1%B9%91 |
| Uitgesproken naam / schermlezer | Latin Small Letter O With Macron And Grave |