| Nome del simbolo | Ring Above |
| Versione Unicode | 1.1 |
| Unicode | U+02DA |
| Blocco Unicode | |
| Categoria generale | Modifier Symbol (Sk) |
| Codice CSS | \02DA |
| Codice esadecimale | 0x02DA |
| Codice HTML | ˚ |
| LaTeX | \text{RINGABOVE} |
| Simbolo | ˚ |
| Codifica URL (percentuale UTF-8) | %CB%9A |
| Nome parlato / screen reader | Ring Above |
| UTF-8 | CB 9A |
| UTF-16 | 02DA |
| UTF-32 | 000002DA |
1\documentclass{article}2\usepackage{pifont}3\text{RINGABOVE}4\end{document}Puoi digitare il simbolo ring above sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Ring Above nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |