| Nome del simbolo | Centre Line Symbol |
| Versione Unicode | 1.1 |
| Unicode | U+2104 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS |
| UTF-8 | E2 84 84 |
| UTF-16 | 2104 |
| UTF-32 | 00002104 |
1\documentclass{article}2\usepackage{pifont}3\textcenterline4\end{document}Puoi digitare il simbolo centre line sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Centre Line nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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 |
| Codice esadecimale | 0x2104 |
| Codice HTML | ℄ |
| LaTeX | \textcenterline |
| Simbolo | ℄ |
| Codifica URL (percentuale UTF-8) | %E2%84%84 |
| Nome parlato / screen reader | Centre Line Symbol |