| Symboolnaam | Upper Half Inverse White Circle |
| Unicode-versie | 1.1 |
| Unicode | U+25DA |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 97 9A |
| UTF-16 | 25DA |
| UTF-32 | 000025DA |
1\documentclass{article}2\usepackage{pifont}3\text{UPPERHALFINVERSEWHITECIRCLE}4\end{document}Je kunt het upper half inverse white circle-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9690 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upper half inverse white circle", or use Unicode Hex Input with 25DA.
Ctrl + Shift + U, type 25da, 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.upper-half-inverse-white-circle::before { content: "\25DA"; }1<span>◚</span>De weergave van het Upper Half Inverse White Circle-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u25DA' or String.fromCodePoint(9690) |
| Python | '\N{UPPER HALF INVERSE WHITE CIRCLE}' or chr(9690) |
| Rust | '\u{25DA}' |
| C / C++ | UTF-8 source or wchar_t with U+25DA |
| Go | string(rune(0x25DA)) |
| Ruby | "\u{25DA}" |
\25DA |
| Hexadecimale code | 0x25DA |
| HTML-code | ◚ |
| LaTeX | \text{UPPERHALFINVERSEWHITECIRCLE} |
| Symbool | ◚ |
| URL-codering (UTF-8 procent) | %E2%97%9A |
| Uitgesproken naam / schermlezer | Upper Half Inverse White Circle |