| Symbolname | Latin Small Letter O With Horn And Grave |
| Unicode-Version | 1.1 |
| Unicode | U+1EDD |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | E1 BB 9D |
| UTF-16 | 1EDD |
| UTF-32 | 00001EDD |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROWITHHORNANDGRAVE}4\end{document}Sie können das Symbol latin small letter o with horn and grave auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 7901 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter o with horn and grave", or use Unicode Hex Input with 1EDD.
Ctrl + Shift + U, type 1edd, 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-horn-and-grave::before { content: "\1EDD"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ờ</span>Die Darstellung des Symbols Latin Small Letter O With Horn And Grave in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u1EDD' or String.fromCodePoint(7901) |
| Python | '\N{LATIN SMALL LETTER O WITH HORN AND GRAVE}' or chr(7901) |
| Rust | '\u{1EDD}' |
| C / C++ | UTF-8 source or wchar_t with U+1EDD |
| Go | string(rune(0x1EDD)) |
| Ruby | "\u{1EDD}" |
| CSS-Code |
\1EDD |
| Hexadezimalcode | 0x1EDD |
| HTML-Code | ờ |
| LaTeX | \text{LATINSMALLLETTEROWITHHORNANDGRAVE} |
| Symbol | ờ |
| URL-Kodierung (UTF-8-Prozent) | %E1%BB%9D |
| Ansagename (Screenreader) | Latin Small Letter O With Horn And Grave |