| Symbol Name | Ring Above |
| Unicode Version | 1.1 |
| Unicode | U+02DA |
| Unicode block | |
| General category | Modifier Symbol (Sk) |
| CSS Code | \02DA |
| Hex Code | 0x02DA |
| HTML Code | ˚ |
| LaTeX | \text{RINGABOVE} |
| Symbol | ˚ |
| URL encode (UTF-8 percent) | %CB%9A |
| Spoken / screen reader name | Ring Above |
| UTF-8 | CB 9A |
| UTF-16 | 02DA |
| UTF-32 | 000002DA |
1\documentclass{article}2\usepackage{pifont}3\text{RINGABOVE}4\end{document}You can type the ring above symbol on most modern devices with the help of following methods:
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>Ring Above symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |