| Nom du symbole | Up Tack With Circle Above |
| Version Unicode | 3.2 |
| Unicode | U+27DF |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole up tack with circle above sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Up Tack With Circle Above dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\27DF |
| Code hexadécimal | 0x27DF |
| Code HTML | ⟟ |
| LaTeX | \text{UPTACKWITHCIRCLEABOVE} |
| Symbole | ⟟ |
| Encodage URL (pourcent UTF-8) | %E2%9F%9F |
| Nom oral / lecteur d’écran | Up Tack With Circle Above |