| Nombre del símbolo | Symbol For Unit Separator |
| Versión Unicode | 1.1 |
| Unicode | U+241F |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 90 9F |
| UTF-16 | 241F |
| UTF-32 | 0000241F |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORUNITSEPARATOR}4\end{document}Puedes escribir el símbolo symbol for unit separator en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9247 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "symbol for unit separator", or use Unicode Hex Input with 241F.
Ctrl + Shift + U, type 241f, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with technical symbol support.
1span.symbol-for-unit-separator::before { content: "\241F"; }1<span>␟</span>La representación del símbolo Symbol For Unit Separator en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u241F' or String.fromCodePoint(9247) |
| Python | '\N{SYMBOL FOR UNIT SEPARATOR}' or chr(9247) |
| Rust | '\u{241F}' |
| C / C++ | UTF-8 source or wchar_t with U+241F |
| Go | string(rune(0x241F)) |
| Ruby | "\u{241F}" |
| Código CSS |
\241F |
| Código hexadecimal | 0x241F |
| Código HTML | ␟ |
| LaTeX | \text{SYMBOLFORUNITSEPARATOR} |
| Símbolo | ␟ |
| Codificación URL (porcentaje UTF-8) | %E2%90%9F |
| Nombre oral / lector de pantalla | Symbol For Unit Separator |