| Nom du symbole | Lower Half Inverse White Circle |
| Version Unicode | 1.1 |
| Unicode | U+25DB |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 97 9B |
| UTF-16 | 25DB |
| UTF-32 | 000025DB |
1\documentclass{article}2\usepackage{pifont}3\text{LOWERHALFINVERSEWHITECIRCLE}4\end{document}Vous pouvez saisir le symbole lower half inverse white circle sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9691 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "lower half inverse white circle", or use Unicode Hex Input with 25DB.
Ctrl + Shift + U, type 25db, 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.lower-half-inverse-white-circle::before { content: "\25DB"; }1<span>◛</span>La représentation du symbole Lower Half Inverse White Circle dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u25DB' or String.fromCodePoint(9691) |
| Python | '\N{LOWER HALF INVERSE WHITE CIRCLE}' or chr(9691) |
| Rust | '\u{25DB}' |
| C / C++ | UTF-8 source or wchar_t with U+25DB |
| Go | string(rune(0x25DB)) |
| Ruby | "\u{25DB}" |
| Code CSS |
\25DB |
| Code hexadécimal | 0x25DB |
| Code HTML | ◛ |
| LaTeX | \text{LOWERHALFINVERSEWHITECIRCLE} |
| Symbole | ◛ |
| Encodage URL (pourcent UTF-8) | %E2%97%9B |
| Nom oral / lecteur d’écran | Lower Half Inverse White Circle |