| Symboolnaam | Medium Small White Circle With Horizontal Bar |
| Unicode-versie | 17.0 |
| Unicode | U+1CEF0 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| UTF-8 | F0 9C BB B0 |
| UTF-16 | D833 DEF0 |
| UTF-32 | 0001CEF0 |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMSMALLWHITECIRCLEWITHHORIZONTALBAR}4\end{document}Je kunt het medium small white circle with horizontal bar-symbool op de meeste moderne apparaten typen met de volgende methoden:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "medium small white circle with horizontal bar", or use Unicode Hex Input with 1CEF0.
Ctrl + Shift + U, type 1cef0, 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.medium-small-white-circle-with-horizontal-bar::before { content: "\1CEF0"; }1<span>𜻰</span>De weergave van het Medium Small White Circle With Horizontal Bar-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD833\uDEF0' or String.fromCodePoint(0x1CEF0) |
| Python | '\N{MEDIUM SMALL WHITE CIRCLE WITH HORIZONTAL BAR}' or chr(118512) |
| Rust | '\u{1CEF0}' |
| C / C++ | UTF-8 source or wchar_t with U+1CEF0 |
| Go | string(rune(0x1CEF0)) |
| Ruby | "\u{1CEF0}" |
| CSS-code |
\1CEF0 |
| Hexadecimale code | 0x1CEF0 |
| HTML-code | 𜻰 |
| LaTeX | \text{MEDIUMSMALLWHITECIRCLEWITHHORIZONTALBAR} |
| Symbool | |
| URL-codering (UTF-8 procent) | %F0%9C%BB%B0 |
| Uitgesproken naam / schermlezer | Medium Small White Circle With Horizontal Bar |