| Nom du symbole | Ring Above |
| Version Unicode | 1.1 |
| Unicode | U+02DA |
| Bloc Unicode | |
| Catégorie générale | Modifier Symbol (Sk) |
| Code CSS | \02DA |
| Code hexadécimal | 0x02DA |
| Code HTML | ˚ |
| LaTeX | \text{RINGABOVE} |
| Symbole | ˚ |
| Encodage URL (pourcent UTF-8) | %CB%9A |
| Nom oral / lecteur d’écran | Ring Above |
| UTF-8 | CB 9A |
| UTF-16 | 02DA |
| UTF-32 | 000002DA |
1\documentclass{article}2\usepackage{pifont}3\text{RINGABOVE}4\end{document}Vous pouvez saisir le symbole ring above sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 730 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "ring above", or use Unicode Hex Input with 02DA.
Ctrl + Shift + U, type 02da, 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.ring-above::before { content: "\02DA"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>˚</span>La représentation du symbole Ring Above dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u02DA' or String.fromCodePoint(730) |
| Python | '\N{RING ABOVE}' or chr(730) |
| Rust | '\u{02DA}' |
| C / C++ | UTF-8 source or wchar_t with U+02DA |
| Go | string(rune(0x02DA)) |
| Ruby | "\u{02DA}" |