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