| Symboolnaam | Up Tack With Circle Above |
| Unicode-versie | 3.2 |
| Unicode | U+27DF |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| UTF-8 | E2 9F 9F |
| UTF-16 | 27DF |
| UTF-32 | 000027DF |
1\documentclass{article}2\usepackage{pifont}3\text{UPTACKWITHCIRCLEABOVE}4\end{document}Je kunt het up tack with circle above-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Up Tack With Circle Above-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\27DF |
| Hexadecimale code | 0x27DF |
| HTML-code | ⟟ |
| LaTeX | \text{UPTACKWITHCIRCLEABOVE} |
| Symbool | ⟟ |
| URL-codering (UTF-8 procent) | %E2%9F%9F |
| Uitgesproken naam / schermlezer | Up Tack With Circle Above |