| Nombre del símbolo | Medium Small White Circle With Horizontal Bar |
| Versión Unicode | 17.0 |
| Unicode | U+1CEF0 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo medium small white circle with horizontal bar en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Medium Small White Circle With Horizontal Bar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS | \1CEF0 |
| Código hexadecimal | 0x1CEF0 |
| Código HTML | 𜻰 |
| LaTeX | \text{MEDIUMSMALLWHITECIRCLEWITHHORIZONTALBAR} |
| Símbolo | |
| Codificación URL (porcentaje UTF-8) | %F0%9C%BB%B0 |
| Nombre oral / lector de pantalla | Medium Small White Circle With Horizontal Bar |