| Symbol Name | Up Tack With Circle Above |
| Unicode Version | 3.2 |
| Unicode | U+27DF |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code | \27DF |
| Hex Code | 0x27DF |
| HTML Code | ⟟ |
| LaTeX | \text{UPTACKWITHCIRCLEABOVE} |
| Symbol | ⟟ |
| URL encode (UTF-8 percent) | %E2%9F%9F |
| Spoken / screen reader name | Up Tack With Circle Above |
| UTF-8 | E2 9F 9F |
| UTF-16 | 27DF |
| UTF-32 | 000027DF |
1\documentclass{article}2\usepackage{pifont}3\text{UPTACKWITHCIRCLEABOVE}4\end{document}You can type the up tack with circle above symbol on most modern devices with the help of following methods:
Alt + 10207 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "up tack with circle above", or use Unicode Hex Input with 27DF.
Ctrl + Shift + U, type 27df, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.up-tack-with-circle-above::before { content: "\27DF"; }1<span>⟟</span>Up Tack With Circle Above symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u27DF' or String.fromCodePoint(10207) |
| Python | '\N{UP TACK WITH CIRCLE ABOVE}' or chr(10207) |
| Rust | '\u{27DF}' |
| C / C++ | UTF-8 source or wchar_t with U+27DF |
| Go | string(rune(0x27DF)) |
| Ruby | "\u{27DF}" |