| Nombre del símbolo | Centre Line Symbol |
| Versión Unicode | 1.1 |
| Unicode | U+2104 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 84 84 |
| UTF-16 | 2104 |
| UTF-32 | 00002104 |
1\documentclass{article}2\usepackage{pifont}3\textcenterline4\end{document}Puedes escribir el símbolo centre line en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8452 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "centre line", or use Unicode Hex Input.
Ctrl + Shift + U, type 2104, then Enter (layout-dependent).
Paste from this page or use a CAD text shortcut.
Paste from this page or use extended symbol panels where available.
1span.centerline::before { content: "\2104"; }1<span>℄</span>La representación del símbolo Centre Line en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2104' or String.fromCodePoint(0x2104) |
| Python | '\N{CENTRE LINE SYMBOL}' or chr(8452) |
| Rust | '\u{2104}' |
| C / C++ | UTF-8 source or wchar_t with U+2104 |
| Go | string(rune(0x2104)) |
| Ruby | "\u2104" |
\2104 |
| Código hexadecimal | 0x2104 |
| Código HTML | ℄ |
| LaTeX | \textcenterline |
| Símbolo | ℄ |
| Codificación URL (porcentaje UTF-8) | %E2%84%84 |
| Nombre oral / lector de pantalla | Centre Line Symbol |