| Nom du symbole | Latin Small Letter O With Horn And Grave |
| Version Unicode | 1.1 |
| Unicode | U+1EDD |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin small letter o with horn and grave sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Latin Small Letter O With Horn And Grave dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\1EDD |
| Code hexadécimal | 0x1EDD |
| Code HTML | ờ |
| LaTeX | \text{LATINSMALLLETTEROWITHHORNANDGRAVE} |
| Symbole | ờ |
| Encodage URL (pourcent UTF-8) | %E1%BB%9D |
| Nom oral / lecteur d’écran | Latin Small Letter O With Horn And Grave |