| Nom du symbole | White Circle With Upper Right Quadrant |
| Version Unicode | 3.0 |
| Unicode | U+25F7 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 97 B7 |
| UTF-16 | 25F7 |
| UTF-32 | 000025F7 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITECIRCLEWITHUPPERRIGHTQUADRANT}4\end{document}Vous pouvez saisir le symbole white circle with upper right quadrant sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9719 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white circle with upper right quadrant", or use Unicode Hex Input with 25F7.
Ctrl + Shift + U, type 25f7, 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.white-circle-with-upper-right-quadrant::before { content: "\25F7"; }1<span>◷</span>La représentation du symbole White Circle With Upper Right Quadrant dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u25F7' or String.fromCodePoint(9719) |
| Python | '\N{WHITE CIRCLE WITH UPPER RIGHT QUADRANT}' or chr(9719) |
| Rust | '\u{25F7}' |
| C / C++ | UTF-8 source or wchar_t with U+25F7 |
| Go | string(rune(0x25F7)) |
| Ruby | "\u{25F7}" |
| Code CSS |
\25F7 |
| Code hexadécimal | 0x25F7 |
| Code HTML | ◷ |
| LaTeX | \text{WHITECIRCLEWITHUPPERRIGHTQUADRANT} |
| Symbole | ◷ |
| Encodage URL (pourcent UTF-8) | %E2%97%B7 |
| Nom oral / lecteur d’écran | White Circle With Upper Right Quadrant |